small wrapper around tesseract to transform images to text via stream
10K+
docker run -p 3000:3000 --rm --name tesseract philiplehmann/tesseract:latest
curl -X POST \
-H 'content-type: application/x-www-form-urlencoded' \
--data-binary "@path/to/my/image.type" \
'http://localhost:3000/image-to-text'
https://github.com/philiplehmann/container/tree/main/apps/tesseract
Content type
Image
Digest
sha256:cd3021a1e…
Size
116.9 MB
Last updated
5 days ago
docker pull philiplehmann/tesseract