Tesseract-OCR_for_Windows icon indicating copy to clipboard operation
Tesseract-OCR_for_Windows copied to clipboard

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

Open namnguyenmt82 opened this issue 6 years ago • 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

namnguyenmt82 avatar Jun 23 '18 16:06 namnguyenmt82