Python & Optical Mark Recognition

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Larry Bates

    Python & Optical Mark Recognition

    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.

    Thanks in advance.

    Larry Bates
    Syscon, Inc.


  • Josiah Carlson

    #2
    Re: Python & Optical Mark Recognition

    > Anybody out there done anything with Optical[color=blue]
    > Mark Recognition (OMR)? I have a potential project
    > that requires OMR add-in for existing Windows
    > based Python application.[/color]

    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:


    Get a copy of SWIG, wrap it up, and you should be good to go.

    - Josiah

    Comment

    Working...