RE: [PHP] simple OCR in php



[snip]
In short PHP cannot perform OCR functions.

Why? PHP provides all requisite functions/features so if someone was
sadistic enough and talented enough there's nothing to stop them writing

an OCR app using it.
[/snip]

Sure, but then the scanning device would have to be connected to the
server. I suppose you could open a socket and stream the information to
the server and then have PHP read and interpret the stream as it
arrives. See how complex this is becoming?
.



Relevant Pages

  • Re: [PHP] simple OCR in php
    ... an OCR app using it. ... but then the scanning device would have to be connected to the ... I suppose you could open a socket and stream the information ... the server and then have PHP read and interpret the stream as it ...
    (php.general)
  • Re: [PHP] simple OCR in php
    ... PHP provides all requisite functions/features so if someone was ... I suppose you could open a socket and stream the information ... the server and then have PHP read and interpret the stream as it ... job tells php script to go look in a given folder on the desktop, ...
    (php.general)
  • Re: Internet radio relay
    ... Here's a streaming solution that comes in a PHP version: ... Is it possible to relay a radio stream from my home server to my online web ... Can this be done withy PHP? ...
    (comp.lang.php)
  • Re: Down or Upload Problem
    ... your stream", to change where to it has to "point", you have to change ... If your ftp is another server than your ...
    (alt.php)
  • Re: Internet radio relay
    ... This requires that the web-server captures your stream all the time, nothing you really do in PHP but in the streaming program. ... server and multi connections from my web server. ... You could try to use headerto tell the client browser that it's a stream of some kind and then use fopenor/and socket_*. ...
    (alt.php)