Greetungs!
I've built opencv-master-4.0.1 on windows/mingw and want to use tesseract. I found some hints how to build leptonica and tesseract (http://answers.opencv.org/question/171470/opencv-ocrtesseractcreate-v305/) leptonica works fine, however tesseract cmake(mingw compiler) this fails with
Checking for module 'lept>=1.74' No package 'lept' found
the environment variable leptonica_dir=F:\leptonica-1.74.4 is set.
How can I make tesseract ocr working with c++ opencv and windows?
Thanks for hints, Wolf