There's any way to change OCR font? Or at least select a specific one?

63 views Asked by At

Recently I discovered that you could change EasyOCR/PyTesseract language selection, but my doubt goes beyond that. I need to use FE-Font, which is used in Car Plates and stuff, but the font design is different than usual, because of those differences the OCR goes crazy.

from easyocr import Reader
# this is just an example of what I mean by "changing language"

reader = Reader(['en'])
# Reader([font_path]) ? 

reader.readtext(fake_image_file)

0

There are 0 answers