I need to make an OCR image .jpg. I searched a lot and finally got "tessnet2". The code looks pretty simple, but I have a problem with an example: l
When I try to run ocr, my application exits and returns nothing. Debugging is as follows:
ocr.Init("C:\\Desarrollo\\Prueba\\ConsoleApplication1\\tessdata", "spa", false);
The first parameter is its path with "tessdata", right? The second way is the lenguage, which I want to use ...
In tessdata, I have 8 files you need.
What am I doing wrong?
I use C # and visual studio 2010. When I try to compile it, I get the .net framework error message (I used 4.0 and it needs 2.0, I am reducing it and now compiling, but I have a problem).
Thanks!
source share