Teseract is an OCR tool Developed by HP Labs.It is one of the most powerful and accurate OCR system.And it is Open Source too...so I decided to give a try
Two Options
Two Options
- Directly installing (what's the fun in that?)
- Compile from the source code
After installing all dependencies extracted the source code into a folder.Now it is compile time..:)
make step may took some time.After compiling we need to add the language data file which is pasted into /usr/local/share/tessdata and don't forget to give proper permissions otherwise tesseract cannot access the language file.
After everything just run
wow..the acuracy is unbelievable.!!!
make step may took some time.After compiling we need to add the language data file which is pasted into /usr/local/share/tessdata and don't forget to give proper permissions otherwise tesseract cannot access the language file.
After everything just run
wow..the acuracy is unbelievable.!!!