How can I install and launch tesseract-ocr using PHP
Posted
by paulrajj
on Stack Overflow
See other posts from Stack Overflow
or by paulrajj
Published on 2009-10-06T12:30:34Z
Indexed on
2010/05/03
22:18 UTC
Read the original article
Hit count: 518
I am looking for a OCR component that converts images of text into characters using php.
I got a script tesseract-ocr from google code. How can I install and launch tesseract-ocr through php ?
As I am a beginner in PHP, I cant come up with the documentation they provided. I need some simple steps to install and launch ? thanks in advance.
© Stack Overflow or respective owner