da03 / Attention-OCR

Visual Attention based OCR
MIT License
1.12k stars 363 forks source link

text detection #63

Open pasha76 opened 6 years ago

pasha76 commented 6 years ago

How do you guys detect the texts to recognize them with this code? Any suggestion? I guess I have to crop the texts in a scene and feed them to this code, right?

Thanks

MBleeker commented 6 years ago

Yes, there are a lot of possible options for this. The option you mentioned is one, but you could also try to combine the detection with the recognition in one model. But that is an open research problem at the moment :)

Cheers