Ask Your Question

rprevi's profile - activity

2015-10-12 00:22:25 -0600 asked a question OpenCV 3.0 text module - python export

Hi All, I would like to use the OpenCV 3.0 OCRTesseract class provided by the opencv_contrib text module. The class is C++ only, and it seems that it is not currently available as an exported Python Object, although the module text itself, as well as several enums, are correctly exported as "cv2.text".

Is it possible to call OCRTesseract by python, or does the interface is C++-only by design?

Best regards Roberto