extract text / html from pdfs via http request
10K+
simple wrapper of poppler to extract text / html from pdfs
docker run -p 3000:3000 --name poppler philiplehmann/poppler-server:latest
curl -X POST \
-H 'content-type: application/x-www-form-urlencoded' \
--data-binary "@path/to/my/document.pdf" \
'http://localhost:3000/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-html'
https://github.com/philiplehmann/container/tree/main/apps/poppler
Content type
Image
Digest
sha256:76c45301e…
Size
86.5 MB
Last updated
5 days ago
docker pull philiplehmann/poppler-server