JaidedAI / EasyOCR

Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
https://www.jaided.ai
Apache License 2.0
23.76k stars 3.11k forks source link

EasyOCR has problems in detecting "7" in language "en" #676

Open christian-becker-ta opened 2 years ago

christian-becker-ta commented 2 years ago

I have found an issue, that easy OCR is not able to detect and recognize "7" in multiple images. (see attached) Is there a possibility to retrain/ improve a model? Pos7upscaled Pos7upscaled Pos7_superocr

christian-becker-ta commented 2 years ago

whats also strange, 17, 27 and 37 are recognized correctly :-)

Pos17_super_ocr Pos27_super_ocr Pos37_super_ocr

holdjun commented 2 years ago

+1 same problem

holdjun commented 2 years ago

@TiMeJuMp maybe you can try

text = reader.readtext(img, mag_ratio=2.0, allowlist="0123456789") 
jitendrachoudhary9623 commented 1 year ago

Just Curios why this is was happening?