I want to use tesseract to recognize only numbers. The problem is that I have mixture of numbers & letters and when I use SetVariable("tessedit_char_whitelist", "0123456789")
for every symbol tesseract returns wrong digit.
Can I set a threshold value so that tesseract omits the symbols with low resemblance?
NOTE: I set tesseract to recognize only digits so there is no confusion between O and 0.