Ask Your Question

Revision history [back]

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