This is a minimum viable product for a Tesseract-based microservice, that recieves an image and return its text.
docker build -t vsis/tmvp .
docker run --rm -p 80:80 vsis/tmvp
There are some examples in example
dir you may use.
curl -v -F file=@examples/receipt.png localhost/img