Re: [tesseract-ocr] Tesseract misreading numbers

2018-10-20 Thread Lorenzo Bolzani
Is the image you attached the one saved from the API with the tessedit_write_images options? Or is the one you give as input to your program? If it is not saved from the API please try to save the image as PNG immediately before the API call and compare it to the input one. Try to use a single li

[tesseract-ocr] Tesseract misreading numbers

2018-10-19 Thread 'ilochray' via tesseract-ocr
I am using Tesseract 3.0.5 with the .Net wrapper installed from the Nuget package https://www.nuget.org/packages/Tesseract/ . I have a program which reads text from an image. I am using PSM = 6 and pre-process the image to remove noise. I select a portion of the image for processing and have