For Windows platform, C++ language, I have followed the instructions to create a Build of OpenCV with the Extra Modules and Tesseract, but it fails. I have noted the instructions are out of date.
Fails:
The script files’ paths are wrong. (I corrected those).
The building of the Leptonica and Tesseract libraries (dependencies) fails.
Also the final step is a CMAKE command to build opencv, it has references to the above libraries in the command, but the cmakelists.txt file does not use any of those parameters that are specified on the command line ?. Does this mean the actual build system configuration no longer supports the command line options ?