Performing OCR by running parallel instances of Tesseract 4.0 : Python
In this blog-post, we will build a python program which performs Optical Character Recognition (OCR) and demonstrates to leverage it for solving real world business problems. Let us first understand the problem in brief. OCR […]