Search code examples
python-2.7tesseract

Can i get tesseract accuracy?


I'm trying to use tesseract to recognize numbers in images with some noises. Is it possible to get tesseract accuracy in specified output through python?


Solution

  • You can use tesseract confidence value. TesserractExtractResult() returns the confidence numbers for all characters returned. A high number means low confidence. check here and google group