Simple micro service with gofiber and gosseract to add optical character recognition to your data pipeline.
Api endpoints to call tesseract ocr functions
With docker:
docker run -p5005:5005 ieferrari/ocr_go_microservice:0.0.1
Get the text from an image url:
curl -X POST \
-d '{"msg": "https://pbs.twimg.com/media/EH-Pvo9WwAEKFwc?format=jpg&name=small"}' \
-H "Content-Type: application/json" \
http://127.0.0.1:5005/ocr_from_url
Content type
Image
Digest
Size
445 MB
Last updated
over 4 years ago
docker pull ieferrari/ocr_go_microservice:0.0.1