faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.38k stars 355 forks source link

Detect and recognize meter reading #104

Closed ferrygun closed 4 years ago

ferrygun commented 4 years ago

Hi, First of all, Thank you for the great project!

I would like to use it to detect and recognize the electric meter reading, is it possible using this library ?

faustomorales commented 4 years ago

Sure, that's probably a good use case, though you will probably benefit from fine-tuning the detector and recognizer on a custom dataset. Closing for now since this is not a bug.