Skip to content

aldoir/pdftotext-docker-rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

pdftotext. As a webservice, containerized! The image is based on Alpine. See also image on Docker Hub: sdenel/pdftotext-docker-rest

Usage

docker run -d -p8888:8888 sdenel/pdftotext-docker-rest:latest

Then, to test it:

wget http://www.xmlpdf.com/manualfiles/hello-world.pdf
curl -F "[email protected];" http://localhost:8888/

Contributions welcomed!

  • Still to do: allow usage of pdttotext options.

About

pdftotext. As a webservice, containerized!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.1%
  • Shell 39.2%
  • Dockerfile 12.7%