Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Cannot use Tesseract with OpenCV 4.1.1

Hello there, i followed the official opencv guides to install opencv and tesseract with git bash

https://docs.opencv.org/master/d3/d52/tutorial_windows_install.html#tutorial_windows_gitbash_build https://docs.opencv.org/trunk/db/d4c/tutorial_install_tesseract.html

I got everything compiled so far and opencv itself works properly but when I try to set up Tesseract with Tesseract::Create() I get these Error Messages:

Error in pixReadMemTiff: function not present Error in pixReadMem: tiff: no pix returned Error in pixaGenerateFontFromString: pix not made Error in bmfCreate: font pixa not made

Guess that Error pops up because Leptonica is not built with tiff lib, does anyone have a proper description on how i could do so? Thanks in Advance