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.36k stars 347 forks source link

Update Python Version Compatibility #248

Closed foqc closed 8 months ago

foqc commented 8 months ago

Update Python Version Compatibility

This pull request removes the limitation of Python version 3.10 and allows support for Python versions up to 3.5. This change extends compatibility and ensures a broader range of Python versions can be used with the project.

Note: Google Colab use of Python version 3.10, this pull request addresses the compatibility issue with the Keras-OCR library. Currently, there is no candidate for Keras-OCR with the necessary fix, as outlined in link to the GitHub issue.