Is there any good OCR software exists in PHP domain which supports multi columns( Like News paper)?
Free OCR script using PHP
can I just say... WTF....
the only one I know is PHPOCR
and your request is far beyond it's power
the only one I know is PHPOCR
and your request is far beyond it's power
Why do you want it in php? php was designed to be loose, but as a consequence is inefficient. And it's missing a lot of things that could be considered essential to a general purpose language. I'm not saying it's not possible, just that nobody made it yet, and for a reason. That reason is because php is darn slow.
I have an OCR written in VC++ and as a result doesnot support the client-server environment(multiuser). Is it possible to give support to VC++ natively (or by some other means) from php or I have to leave that idea? Please help.
