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

Which version of matplotlib? #127

Open maxpaynestory opened 3 years ago

maxpaynestory commented 3 years ago

I am getting matplotlib error with 3.3.2.

keras_ocr/tools.py:166: MatplotlibDeprecationWarning: The 's' parameter of annotate() has been renamed 'text' since Matplotlib 3.3; support for the old name will be dropped two minor releases later.

Which version of matplotlib keras-ocr use?