This software is a simple python implementation of the Tesseract recognizer.
It can:
- read the Tesseract data model from
eng.traineddata
file - recognize words from an input image containing a text line
- convert/extract the network model coefficients to a format suitable to be run by a tensorflow model
apt get install tesseract-ocr-eng
pip3 install tensorflow (2.13.1)
pip3 install numpy==1.23
python3 -m tesseract.convert
cd tensorflow
python3 run.py
- use deepdream technics to give an interpretation to the architecture and the coefficients