Hello all , 

What is the difference between sudo apt-get install tesseract and 
installing from source  . 
Let me explain the context so that it could give a clear picture . 

I wanted to work with Tesseract and build better Training Data for Tamil 
language as well as see if any modifications could be done to engine also 
to make it more responsive for Tamil .
1.Hence installed Tesseract via sudo apt-get install tesseract . 
2.I could see that the files and folders relating to tessdata were created 
in /usr/share/tesseract-ocr 
3.And installed all the necessary packages as mentioned here 
https://code.google.com/p/tesseract-ocr/wiki/Compiling
4.Now the command tesseract is working fine . 
5.I wanted to see the debugging of the system , hence posted a question 
here 
https://groups.google.com/forum/#!topic/tesseract-ocr/BxZvoUlxjOc 
6.I was asked to perform the make file operations in Java folder .
7.Since within the /usr/share I could not find java folder , I created a 
folder and tried to do the make .But it did not work out .
8.As per zdenop reply in the above , I am trying to configure it from the 
source and hence created a clone using 
git clone https://code.google.com/p/tesseract-ocr/ 
9.Here I could find the /java folder . 

My questions are 
1.What is the difference between package installation and installing from 
source ?
2.Where can I find the files if I am doing a package installation ?
3.Am I doing the entire process wrong ?


-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/af3c8756-7403-4df6-af82-98e21c187a3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to