eragonruan / text-detection-ctpn

text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
MIT License
3.43k stars 1.33k forks source link

Scanned images not working very well #441

Open harnit-bakshi opened 4 years ago

harnit-bakshi commented 4 years ago

Hi I ran the demo.py scripts on many images most were fine like invoices, natural images But when I ran a scanned image it was not able to detect text reliably at all

Please see below: Original image: 001

Text box detection: 001

Could anyone please let me know if I need to retrain the model to support this? I am guessing I would need to fine tune the model with the scanned images?

Any suggestions highly welcome

harnit-bakshi commented 4 years ago

Looks like this repo is not very active?

Mohamed209 commented 4 years ago

i think this network is more suitable to scene text detection , so it performs well in scenes and invoices , but not for documents check official paper https://arxiv.org/abs/1609.03605