I am trying to read characters from a low resolution image using Tesseract:
Using indications from here, I tried adaptive thresholding, but results are not convincing
[
I also tried to adapt code from here without more success.
Would you have any idea to improve pre-processing?
In the end, I implemented an OCR using Keras and CTC loss function. Results are great!
You can find details of the OCR on the Keras github and explanations about the method here.