https://github.com/fed/pyocr
Small OCR powered by a Neural Network written in Python
https://github.com/fed/pyocr
Last synced: about 2 months ago
JSON representation
Small OCR powered by a Neural Network written in Python
- Host: GitHub
- URL: https://github.com/fed/pyocr
- Owner: fed
- Created: 2015-05-28T02:40:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T03:11:17.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T13:33:19.467Z (3 months ago)
- Language: Python
- Homepage:
- Size: 92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyOCR
Basic OCR built using Python and Neural Networks.
This work is based on Ariel Rossanigo's talk on Neural Networks ("Neuronas Pythonicas que Reconocen Caracteres") at PyDay Argentina on October 2012.
Here's the link to [original repo](https://bitbucket.org/arielrossanigo/neuronaspythonicas_rafaela2012).