Read text from image
Posted: Wed Jan 18, 2006 3:54 pm
Hello,
Is is possible to read the text from a png file in php? The length of the text would always be 32 characters, with never any spaces. The string starts after a * and ends at the next *
eg: *ddb95d7abcdfb7f79f96ba59aa89waa6*
Now, each image would have a different set of characters, but they would all be in the same spot on the image.
I know it is possible to do this in Windows programming languages such as c++ and delphi, but I do not have much experience with php. I did search google briefly, and found nothing.
So...it is possible? And if so, how would I go about doing it?
Thanks.
Is is possible to read the text from a png file in php? The length of the text would always be 32 characters, with never any spaces. The string starts after a * and ends at the next *
eg: *ddb95d7abcdfb7f79f96ba59aa89waa6*
Now, each image would have a different set of characters, but they would all be in the same spot on the image.
I know it is possible to do this in Windows programming languages such as c++ and delphi, but I do not have much experience with php. I did search google briefly, and found nothing.
So...it is possible? And if so, how would I go about doing it?
Thanks.