LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   Why does Mint 11 only have tesseract 2.1? (https://www.linuxquestions.org/questions/linux-mint-84/why-does-mint-11-only-have-tesseract-2-1-a-906204/)

LAPIII 10-03-2011 12:05 PM

Why does Mint 11 only have tesseract 2.1?
 
I want 3.0, is this achievable?

knudfl 10-03-2011 03:29 PM

"Why" is a good question.
No Debian, Ubuntu, Mint version has Tesseact 3.

But it's easy to build Tesseract for Mint 11 :
sudo apt-get install zlib1g-dev libtiff4-dev libpng12-dev libjpeg62-dev

cd tesseract-3.0.0/ && ./configure && make && sudo make install

Will provide :
/usr/local/bin cntraining combine_tessdata mftraining tesseract unicharset_extractor wordlist2dawg

May be some more hints here http://ubuntuforums.org/showthread.php?t=1647350

.

LAPIII 10-04-2011 01:03 PM

I could only follow the guide until in a trainy data
Code:

cd /usr/local/share/tessdata
Output:
Code:

bash: cd: /usr/local/share/tessdata: No such file or directory

knudfl 10-04-2011 03:21 PM

Linux Mint 11 :
I have /usr/local/share/tessdata/ : configs/ : tessconfigs/


This source, tesseract-3.00.tar.gz was used :
http://tesseract-ocr.googlecode.com/...ct-3.00.tar.gz


All times are GMT -5. The time now is 11:33 PM.