this is the code I am calling to read the picture in webapplication, but
once it reaches the ocr.init("fra,false); it stops working, can you tell me
where the problem is, thank you
Bitmap image = new Bitmap(@"C:\test.bmp");
tessnet2.Tesseract ocr = new tessnet2.Tesseract();
ocr.Init("fra", false);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en
-~----------~----~----~----~------~----~------~--~---