I'm looking for a simple python library for text recognition from images. Images are similar to this:
The image contains a very pure and simple - one line, numbers and hyphens, but the resolution is low.
I would like something similar (in an ideal):
text = recognize(open('image.png', 'rb').read())
Does something similar exists? Thanks.
UPD
I know about pytesser and OCRopus. But as far as I understand they don't support Python 3.x.