I\'m looking for a simple python library for text recognition from images. Images are similar to this:
I used pytesser. Very easy to learn, and did a great job for me. If you don't like this option, search for 'python OCR library'
OCRopus is another easy to learn OCR library for python. It also seems to yield (slightly) better results than pytesser. Here's the link to its site