Ask Your Question

ccm2016's profile - activity

2019-05-14 22:14:33 -0600 received badge  Notable Question (source)
2018-04-18 23:36:40 -0600 received badge  Popular Question (source)
2017-05-09 11:22:16 -0600 received badge  Enthusiast
2017-05-05 09:05:53 -0600 commented question How to build OpenCV 3.2 Text Module with Tesseract 4.0?

@bburider I built Tesseract 4.0.0a from source.. Then, I copied all the header files to ~\tesseract\include\tesseract and \tesseract\include\leptonica. If you using binary version of tesseract, you may try to clone the tesseract and leptonica source files to get the header file for compiling OpenCV 3.2.0.

2016-12-29 12:15:38 -0600 commented question How to build OpenCV 3.2 Text Module with Tesseract 4.0?

Finally, I managed to compile it. Checked text\FindTesseract.cmake, then added paths to header and lib files.

2016-12-29 02:41:57 -0600 received badge  Student (source)
2016-12-28 14:52:45 -0600 asked a question How to build OpenCV 3.2 Text Module with Tesseract 4.0?

I am new to OpenCV & Tesseract and intend to use cv2.text for text detection and recognition.

I have successfully and separately built OpenCV 3.2.0 with its contrib modules and Tesseract-OCR 4.0.0-dev by Visual Studio 2015 under 64-bit Windows 10. To build OpenCV with Tesseract-OCR, CMake requires the 'include' files from Tesseract-OCR but it wasn't in my Tesseract-OCR 4 build output. Can anyone help to advise how can I get the Tesseract-OCR 'include' files?