Furkan> start with Python Image Library: Furkan> http://www.pythonware.com/products/pil/
Well, there's the little problem of optical character recognition. You might want to check out open source OCR tools like gocr: http://jocr.sourceforge.net/ Just use PIL to convert input images into PNM format, run gocr in a subprocess read the stdout to get text. -- Skip Montanaro - s...@pobox.com - http://smontanaro.dyndns.org/ -- http://mail.python.org/mailman/listinfo/python-list