Connecting Tech Pros Worldwide Forums | Help | Site Map

Need to read scanned data through PHP

Newbie
 
Join Date: Aug 2008
Posts: 9
#1: Sep 10 '08
Hello,

I am looking for a script/software in PHP which would help me to read a scanned document. Something similar to OCR functionality of the scanner. But, I need to integrate it in my PHP module.

Any help would be appreciated :)

Thanks,
Sandeep

Familiar Sight
 
Join Date: Sep 2007
Posts: 211
#2: Sep 10 '08

re: Need to read scanned data through PHP


Hi
If I understand you correctly you want to convert an image (a scanned document) to text.
PHP has many capabilitie to edit images but as far as I know analyzing them to find text is not one of them. I'v seen some programs doing this.
But I don't think you can do it with PHP.
You may need to use an external program to do this job.
FLEB's Avatar
Newbie
 
Join Date: Aug 2008
Posts: 30
#3: Sep 11 '08

re: Need to read scanned data through PHP


I don't know of any offhand, but you might look for an OCR program on your server platform that can work in command-line mode. Then, it would just be a matter of executing it from PHP. I doubt (although I may be wrong) that you're likely to find an OCR app that integrates into PHP.
Newbie
 
Join Date: Aug 2008
Posts: 9
#4: Sep 25 '08

re: Need to read scanned data through PHP


Hello,

Sorry for the late reply and thanx for the responses :) The requirement is changed fortunately. But the new one is tricky too :)

I will have to fire scan functionality on a button click and save scanned image on server.

Thanks,
Sandeep
Reply