开发者

How to read others languages with tesseract on C#

开发者 https://www.devze.com 2023-04-10 18:21 出处:网络
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);\'

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

精彩评论

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

关注公众号