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]]

Google for "ocr php". (OCR = Optical Character Recognition)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.