API for tesseract-ocr in PHP with HTML GUI
With this you can easily implement your OCR in any application, just send the image file and the respond will be the recognized text
To perform direct API query call the script using HTTP POST with this parameters:
image
- the uploaded image file, source for the OCRlang
- optional, defaults toeng
. This value is passed directly to thetesseract-ocr
command as-l
argument
this script returns very basic HTML/JS GUI if called with HTTP GET