An open API service indexing awesome lists of open source software.

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

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