I have a script that looks for numbers in a video by extracting 1 frame per second and process each images. I am running into some problems as with some videos, the font seems to be easily recognized by EasyOCR and some not at all. I have applied BGR2GRAY
and GaussianBlur
yet none of the filters seem to fix that specific font.
I have not found any info online for this so here is my question. Is there a way to "initiate" a font to EasyOCR without training the model?