I have a problem with running tesseract-ocr engine on linux. I\'ve downloaded RUS language data and put it to tessdata directory (/usr/local/share/tessdata). When I\'m tryin
The simpliest way is to install the needed package:
sudo apt-get install tesseract-ocr-eng #for english sudo apt-get install tesseract-ocr-tam #for tamil sudo apt-get install tesseract-ocr-deu #for deutsch (German)
As you can notice, it opens the road to others languages (i.e. tesseract-ocr-fra).