https://github.com/jcaip/ocular
OCR done in Python
https://github.com/jcaip/ocular
Last synced: 4 months ago
JSON representation
OCR done in Python
- Host: GitHub
- URL: https://github.com/jcaip/ocular
- Owner: jcaip
- Created: 2015-10-05T02:29:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T02:36:17.000Z (over 10 years ago)
- Last Synced: 2025-08-10T16:34:00.473Z (10 months ago)
- Language: Matlab
- Size: 91.6 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my attempt at creating an OCR system primarily written in python.
Requirements so far:
Python
Numpy
Scipy
Scikit-learn
Scikit-image
imagemagick
There are several parts to complete:
Text classifier
Script that pulls out relevant image data
Character Classifier
Also need to get valid training data for both classifiers