Hi. Is there real Linux version of the program? http://code.google.c...e=SE32Linux.zip
I found some files in the pack, but there is no one deb-file in it. There is exe-file in it, but I could not open it through Wine. Well, I am newbie of Linux and may be I have done something wrong :rolleyes: Is anybody tried to use this version? I do not speak English well.
So I want to get answer: "You are right, this version is not for Linux" and I want to get working program
or
"You are one of that dummies! This version is for Linux. See what's wrong with your computer and head."
Hi. On suse here. I have tesseract specifically these packages: tesseract-traineddata-eng-3.00-3.1.noarch tesseract-3.00-3.1.i586 tesseract-eng-2.04-3.1.i586 But the "ocr with tesseract" doesn't even make an attempt to ocr. Any clues? I also have LMDE, so I might try there.
Code for locating tesseractdata files looks like this: if (System.IO.Directory.Exists("/usr/share/tesseract-ocr/tessdata")) return "/usr/share/tesseract-ocr/tessdata"; else if (System.IO.Directory.Exists("/usr/share/tesseract/tessdata")) return "/usr/share/tesseract/tessdata"; else if (System.IO.Directory.Exists("/usr/share/tessdata")) return "/usr/share/tessdata";
You can debug with Mono Develop (if you know a bit of programming)