You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: