Possible Duplicate:
How can I implement OCR on a website using PHP?
Ive been looking for a working OCR class (must be PHP) for almost 3 days.
Anyone knows a working OCR? please guide me if you have a OCR sample.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe anybody implemented any OCR solution in PHP.
OCR ( Optical Character Recognition ) is a very complex piece of Software and not anything PHP would be suited for to implement.
But for sure you can call an external OCR program from PHP.
So you should look for an OCR solution which can be used from command line.