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, Alessandro.