Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@MEsc said in Error including tesseract Windows 10:
./configure -> does not work
Yes, because you're on Windows. Maybe https://tesseract-ocr.github.io/tessdoc/Compiling.html#windows can help.
"misc_common.h" is located in the "misc_common" folder, no ? That's the one you have to add to your project.
thanks :)
hi, guys
I fixed the problem, it was the path thank you.
Hi,
It's a Qt 4 project so you have to at least add QT += widgets in the .pro file and you may need to either remove all the modules from the includes or change the one from QtGui to QtWidget where appropriate.
You're welcome !
Since you have it working now please update the thread title prepending [solved] so other forum users may know a solution has been found :)
Also, consider up-voting answer(s) that helps you in any thread, they will make it more easy to find for other users :)