I want to use Tesseract to recognize a single noiseless character with a typical font (ex. Times New Roman, Arial, etc. No weird font). The input image just contains the character, so the input image size is equivalent to the font size.
I already set the page segmentation mode to single character, but the result is still not satisfactory, with error rate of ~50%.
I thought that I can improve my result if I tell Tesseract what my font size will be. Is there such parameter? Also, if it exists, does python-tesseract (Python wrapper) allow to tweak this parameter?