Ecosyste.ms: Awesome

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

https://github.com/eduardohenriquearnold/OCR

An OpenCV based OCR system, base to other projects
https://github.com/eduardohenriquearnold/OCR

Last synced: 2 months ago
JSON representation

An OpenCV based OCR system, base to other projects

Lists

README

        

OpenCV based OCR
================

Uses **Histogram of Oriented Gradients (HOG)** to extract characters features and **Support Vector Machines** as a classifier. It serves as basis for other projects that require OCR functionality.

Training function can be adapted for specific cases.