Dear all ,
I am using ubuntu 14.04 LTS on a 64 bit machine .
I installed Tesseract using apt-get install tesseract-ocr
The tesseract-v gives me the following
tesseract 3.03
leptonica-1.71
libjpeg 8d : libpng 1.2.50 : libtiff 4.0.3 : zlib 1.2.8
Now I wanted to install the training module .
Tried the following link
https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3which says
"Beginning with 3.03, if you're compiling Tesseract from source you need to make and install the training tools with separate make commands. Once the above additional libraries have been installed, run the following from the tesseract source directory:"
I have not installed it from source . I have installed form Repo . How and where am i to run the
make training
sudo make training-install
Checking for any Tesseract related files , I only notice a /usr/share/tesseract-ocr/tessdata which is present .
Thank you
Sibi