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

Some digit's are split into multiple parts #510

Closed loharmain closed 3 years ago

loharmain commented 3 years ago

So far I'm having very good results with 90% of the pictures that are similar (from same game and same coords). However, sometimes I experience digits being read and split into multiple parts. For example:

example

Becomes: ['56,383,248', '781', '150', '1,482,146', '3,890', '32,']

For some reason 32,781 are seperated?

As said before in 90% very similar cases there are no issues.

I'm using .readtext(crop, detail = 0)

Manishsinghrajput98 commented 3 years ago

@loharmain could you please share the training steps ? i want to train own recognition model using my dataset . training start with this repository but iteration/epoch not increase

could you please help me

rkcosmos commented 3 years ago

try different setting such as changing width_ths. See https://www.jaided.ai/easyocr/documentation/