I'm using the OCR-utility of OCRFeeder. OCRFeeder is using the tesseract-engine. I have installed the several language-packs needed for tesseract. How can I set the language such that tesseract will use the right language-file for converting the scanned document into text?
Asked
Active
Viewed 1.1k times
1 Answers
4
You need to setup the engine command line on OCR Feeder settings. It should look like:
-l lang_id $IMAGE $FILE; cat $FILE.txt
Where lang_id is the id as shown on the correspondin language package name.
João Pinto
- 17,323