Read text from an image with PHP

Viewed 78475

I would like to try to read some of text from an image with PHP.

So if I have an image like this:

enter image description here

How can I extract the text "Some text" into a string.

All help and suggestions are appreciated.

3 Answers
Related