Sign inSign up

ieferrari/ocr_go_microservice

By ieferrari

Updated over 4 years ago
Archived

Image
0

126

ieferrari/ocr_go_microservice repository overview

OCR GO Microservice

Simple micro service with gofiber and gosseract to add optical character recognition to your data pipeline.

Api endpoints to call tesseract ocr functions

Getting started

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

Tag summary

Content type

Image

Digest

Size

445 MB

Last updated

over 4 years ago

docker pull ieferrari/ocr_go_microservice:0.0.1