This is a slightly polished and packaged version of the Keras CRNN implementation and the published CRAFT text detection model. It provides a high level API for training a text detection and OCR pipeline. Please see the documentation for more examples, in
keras-ocr ¶ keras-ocr provides out-of-the-box OCR models and an end-to-end training pipeline to build new OCR models. Please see the examples for more information. Installation ¶ keras-ocr supports Python >= 3.6 and TensorFlow >= 2.0.0.
The OCR example uses the MNIST dataset, which can be downloaded here. Save the dataset in a folder and let’s start coding. Check also here for a presentation on this problem.
Keras OCR is a popular open-source library that provides a user-friendly interface for performing OCR tasks in Python. It is built on top of deep learning frameworks like Keras and TensorFlow, making it easy to train and deploy accurate OCR models.