Hi,
I use an example to explain what I mean.
Logo of Google is an image. Is tere any way of reading that logo and print Google on the screen?
Thansk in advance
$content = processImage("google.png");
$textInsideLogo = extractText($content);
echo $textInsideLogo; //This should print [[B]Google[/B]]