> > I am trying to use OCR from tessreact... > i am facing error in below line > proces.Init(@"C:\Program Files (x86)\Tesseract-OCR\tessdata\", _lang, > _ocrEngineMode); > > Regards, > Vikas Mishra >
The doc is apparently in error - the source code shows that on Windows, it will not accept a tessdata path that includes a trailing backslash - leaving it off cured the problem for me. Craig Landrum, CTO Mindwrap. Inc. -- -- 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 --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

