Hi I am working on an Python Project where, I supposed to extract some numbers from an Image(i.e. Invoice) , which is input to my pytesseract module and I am using image_to_string() function.
*pytesseract sometimes shows wrong Numbers as output , which were extracted from an Image. * (I am not preprocessing Image, since image is in grayscale type and is in good condition) My pytesseract code: *custom_config6 = r'--oem 3 --psm 6 outputbase digits'* *print(pytesseract.image_to_string(crop_img, config=custom_config6))* Can anyone help me, how to approach further, as I'm in middle of an very Urgent assignment. Thanks in advance Warm Regards VVKumar -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/100e041b-fcdf-4545-bdcb-00b5edaf8789n%40googlegroups.com.