Sign inSign up

philiplehmann/tesseract

By philiplehmann

Updated 5 days ago

small wrapper around tesseract to transform images to text via stream

Image
Web servers
1

10K+

philiplehmann/tesseract repository overview

tesseract node wrapper

Run Image

docker run -p 3000:3000 --rm --name tesseract philiplehmann/tesseract:latest

Convert image to text

curl -X POST \
  -H 'content-type: application/x-www-form-urlencoded' \
  --data-binary "@path/to/my/image.type" \
  'http://localhost:3000/image-to-text'

Ports

  • HTTP 3000

Repository

https://github.com/philiplehmann/container/tree/main/apps/tesseract

Tag summary

Content type

Image

Digest

sha256:cd3021a1e

Size

116.9 MB

Last updated

5 days ago

docker pull philiplehmann/tesseract