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
22.99k stars 3.03k forks source link

Problems reading digit '1' from images #747

Open OjasMadaan opened 2 years ago

OjasMadaan commented 2 years ago

Hi all, I'm currently trying to read characters from number plates - it usually works accurately. Still, for some images, it mistakenly reads the digit '1' as the letter 'L' and also makes minor mistakes elsewhere. Any suggestions to improve the accuracy? Basically I have a cropped image which only contains the license plate and the following code is run : reader = easyocr.Reader(['en'], gpu=False) result = reader.readtext(cropped_array) and the outputs look like :

Screen Shot 2022-06-06 at 11 46 18 PM Screen Shot 2022-06-06 at 11 47 32 PM
iblub1 commented 2 years ago

You could try to: