tags:

views:

81

answers:

1

Hi all,

Is there a way we can read the alphabets from an image, some kind of text recognition method using python.

What I have to do is, read some images to get the text written on them.

Please suggest.

+3  A: 

See OCROPUS

EDIT:

Also after seeing the other question here (of which this question is a duplicate), pytesser is much simpler if your image only contains text and no noise (images/illustrations)

lalli
@ lalli Thanks a lot.
anand