Hi, I need to use tesseract in my project, but I never could find a working project for example.
I found writing zdenop projects, but none of them did not compile without error that I do not know how to fix.
Now project
https://github.com/zdenop/qt-box-editor it must be copied from the library ready https://github.com/zdenop/tesseract-mingw

Errors:
1) 'BLOB' does not name a type
2) qt-box-editor-master\qt-box-editor-master\src\TessTools.cpp:120: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
outText = text_out.string();
^