peirick/Tesseract-OCR_for_Windows

Issue when using with C++/CLR Windows form Application

namnguyenmt82 opened this issue · 0 comments

I build on VC++ 2015 CLR support, the Tesseract can work as a console application but When I integrate to to a WinForm Application system with following:
Win 7
X64, Debug
I can compile but it make runtime error (debug assertion failed) when I create an object of tesseract::TessBaseAPI class
tesseract::TessBaseAPI tesseract;
So Until now I can not write a C++/CLR Windows form Application using tesseract OCR, only the console will work as in your code.
can you show us how to solve?
Thanks