This question is a follow-up from this answered question. I'm using Tesseract with python to read some dates from small images. The solution provided in the link worked for most cases, but I just found out that it is not able to read the character "5".
This is the raw image I'm working with:
Following the advice provided in the former question I have pre-processed the image to get this one:
It looks nice, but Tesseract is still not able to read the first "5". It produces o MAY 2021
How can I fine-tune Tesseract, either via parameters or image pre-processing, to get the correct reading?