Python & Optical Mark Recognition
Josiah Carlson
jcarlson at nospam.uci.edu
Sat Mar 27 15:27:47 EST 2004
> Anybody out there done anything with Optical
> Mark Recognition (OMR)? I have a potential project
> that requires OMR add-in for existing Windows
> based Python application.
Perhaps you mean Optical Character Recognition (OCR). There are various
free packages for OCR in languages other than Python. Here's one in C
that includes source:
http://www.codeproject.com/dotnet/simple_ocr.asp
Get a copy of SWIG, wrap it up, and you should be good to go.
- Josiah
More information about the Python-list
mailing list