I want to change C++ code to Python extension
Project Description:
I have the C++ source code for an executable that takes a path to an image file as the input and prints text to STDOUT. I'd like this to be a Python extension instead. From Python, I want to pass the image data to it and then it should return the text. The target system is Linux/GNU.
Skills required are C Programming, C++ Programming, Python