Need to read scanned data through PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandeept
    New Member
    • Aug 2008
    • 14

    Need to read scanned data through PHP

    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
  • bnashenas1984
    Contributor
    • Sep 2007
    • 257

    #2
    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.

    Comment

    • FLEB
      New Member
      • Aug 2008
      • 30

      #3
      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.

      Comment

      • sandeept
        New Member
        • Aug 2008
        • 14

        #4
        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

        Comment

        • rachanaB
          New Member
          • Jan 2017
          • 1

          #5
          Hi Sandeep,

          I have the same requirement. I got any solution to scan images in server. I want to save all sub images from a scanned image with the help of PHP code.

          Comment

          Working...