Tesseract training for a new font
You can use this tool to get a traineddata file of whichever font you want. After that move the traineddata file in your tessdata folder. To use tesseract with the new font in Python put lang = “Font”as the second parameter in the image_to_string function. It improves accuracy significantly but still makes mistakes of course. … Read more