Looking for an easy way to get started with tesseract (wrapper, sample project or tutorial)
Posted
by
pinouchon
on Stack Overflow
See other posts from Stack Overflow
or by pinouchon
Published on 2012-10-05T20:57:57Z
Indexed on
2012/10/19
23:02 UTC
Read the original article
Hit count: 293
I come from a web development background, and I am new to the world of OCR.
After comparing a few OCR libraries, the one that yielded the best results was Tesseract. I would like to make an application that takes screenshots and perform OCR on those using Tesseract. Ideally, it would be in Java or C#, but I can also do it in C++ or Python if needed.
What is the easiest way to get started with this library ? I am looking for a detailed tutorial or a sample project that uses tesseract.
© Stack Overflow or respective owner