Tesseract and PyOCR on CentOS 6.x

If you need characters recognition from images using Python, you could use Tesseract and PyOCR to embed a fully functional OCR system into your application. But Tesseract installation is not so easy on CentOS because there are no RPM for Tesseract. This is my journey to have Tesseract fully functional on CentOS and Python, using PyOCR.

more ...