image letter recognition

G

gau.tai

Is there an existing package for python that will perform simple letter
recognition from image files? I'm specifically looking for a way to
read from a png file, but that can be changed.
 
L

Larry Bates

Is there an existing package for python that will perform simple letter
recognition from image files? I'm specifically looking for a way to
read from a png file, but that can be changed.
"simple letter recognition from image file" now there's an oxymoron.

I've successfully used ExperVision's RTK OCR toolkit for Windows
from Python. Actually by using ctypes you should be able to call
any of the many OCR engines that are available. Alas, all that I
found that were really good were not free (but I haven't looked in
well over a year).

-Larry Bates
 
M

Michael

"simple letter recognition from image file" now there's an oxymoron.

I've successfully used ExperVision's RTK OCR toolkit for Windows
from Python. Actually by using ctypes you should be able to call
any of the many OCR engines that are available. Alas, all that I
found that were really good were not free (but I haven't looked in
well over a year).
Might look at these:

http://directory.fsf.org/claraocr.html
http://directory.fsf.org/ocrad.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,157
Latest member
MercedesE4
Top