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
24.42k stars 3.16k forks source link

ocr not reading word by word #692

Open sreebalaji2418 opened 2 years ago

sreebalaji2418 commented 2 years ago

Hi how to configure the easyocr to print the text word by word with the coordinates

Shiro-LK commented 2 years ago

you can use the function recognize instead of readtext, but you will need to provide the bounding boxes in a specific format. Otherwise, you can change the thresholds in readtext so that it does not merge bounding boxes.

more information : https://www.jaided.ai/easyocr/documentation/