/OCR

The Omophagic Content Reader, created as a final project for Data Structures in Spring 2009

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Omophagic Content Reader
=====

Summary
-----
This program identifies text in a bitmap image.
Given a bitmap image and a supported font name, the text
recognized in the image will be printed.

Compilation
-----
    make all

Usage
-----
See the man pages provided:

    man/ocr.1
    man/ocr-learn.1