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.37k stars 349 forks source link

fixed drawAnnotations #182

Closed algocompretto closed 2 years ago

algocompretto commented 2 years ago

Changed 's' argument to 'text', a little change due to matplotlib annotate function.

faustomorales commented 2 years ago

Thank you!