Sign inSign up

philiplehmann/poppler-server

By philiplehmann

Updated 5 days ago

extract text / html from pdfs via http request

Image
Web servers
2

10K+

philiplehmann/poppler-server repository overview

poppler http wrapper

simple wrapper of poppler to extract text / html from pdfs

Run Image

docker run -p 3000:3000 --name poppler philiplehmann/poppler-server:latest

Convert pdf to text

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

Convert pdf to html

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

poppler http wrapper

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

poppler

https://poppler.freedesktop.org/

Tag summary

Content type

Image

Digest

sha256:76c45301e

Size

86.5 MB

Last updated

5 days ago

docker pull philiplehmann/poppler-server