Closed xinyanliang closed 6 years ago
digits = tool.image_to_string( im1, lang='osd', builder=DigitBuilder(), )
Will use tool 'Tesseract (sh)'
This code always recognize 1 to 3, how to fix it ?
PyOCR is just a wrapper for Tesseract (and Cuneiform). Results depend entirely on them and their training data. --> https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract
digits = tool.image_to_string( im1, lang='osd', builder=DigitBuilder(), )
Will use tool 'Tesseract (sh)'
This code always recognize 1 to 3, how to fix it ?