开发者

How to read others languages with tesseract on C#

I'm trying to run tesseract on c #. The program works well on English language 'ocr.Init(@"C:\Program Files\Tesseract-OCR\tessdata", "eng", false);' If I try to change the language from "eng" to "ita", the program generates an error and does not work. The directory ".../tessdata" contains "ita.traineddata" and others ita. files. I use the library tessnet2.dll.

Thanks, Ales开发者_开发技巧sandro.


You have used an incompatible (3.0x) data version. Try tesseract-2.00.ita.tar.gz.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜