Looking for an easy way to get started with tesseract (wrapper, sample project or tutorial)
- by pinouchon
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.