c++ OCR Extracting digitsfrom an Image

115 views Asked by At

I have been trying to solve this issue for days. Here is an image.

enter image description here

I want to get digits from this image.

I tried background subtraction and partition image in segments so as to compare templates. But result is

111117

Along with this i tried Tesseract API and it even refused to give me any output. At one point i got "GALLONS" as a output. Any help is highly appreciated. Thanks

0

There are 0 answers