Skip to content

seatimx/PHP-OCR-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP OCR API

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

API

To perform direct API query call the script using HTTP POST with this parameters:

  • image - the uploaded image file, source for the OCR
  • lang - optional, defaults to eng. This value is passed directly to the tesseract-ocr command as -l argument

GUI

this script returns very basic HTML/JS GUI if called with HTTP GET

Screenshot

About

Online API for tesseract-ocr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%