Celine
unread,Sep 20, 2011, 5:12:52 AM9/20/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-dev
Hi,
I want to use de dll tessnet in my application (vs2008 - Seven - 64
bits).
When i try to init in my code , my application close
Here is my code
String sPath = Application.StartupPath + "\\tessdata";
String sLang = "fra";
tessnet2.Tesseract OCR = new tessnet2.Tesseract()
OCR.Init(sPath, sLang, false);
My folder tessdate contains the 8 files from the lang.
Have you any idea? thank you