Recognize text on JPEG images using tesseract ocr (gosseract)
docker run -p8000:8000 gbnk0/image-to-text-api:latest
Recognize text on an image from url
- Example:
#> curl -X POST http://localhost:8000/text -F file=@/home/user/image.jpg
#> {"status":"success","text":"HELLO"}
Get the service build number
- Example:
#> curl -X GET http://localhost:8000/version
#> {"status":"success","version":"15"}