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

Python 3.10 support #226

Open bfontaine opened 1 year ago

bfontaine commented 1 year ago

Hello, Right now the project explicitely excludes Python 3.10; is there a reason for that? Can we expected Python 3.10+ support in the future? Thanks in advance

geo-tp commented 1 year ago

I forked this to add support for python3.10 and new versions of tensorflow in the meantime. It works exactly the same as keras-ocr and it supports google colab new backend.

pip install image-ocr

Repo : image-ocr Example : Google Colab

nyck33 commented 12 months ago

@geo-tp did you consider making a pull request to this repo? I'm just wondering.