pdftotext. As a webservice, containerized! The image is based on Alpine. See also image on Docker Hub: sdenel/pdftotext-docker-rest
docker run -d -p8888:8888 ghcr.io/sdenel/pdftotext-docker-rest:latest
Example of usage:
wget http://www.xmlpdf.com/manualfiles/hello-world.pdf
curl -F "file=@hello-world.pdf;" http://localhost:8888/
- Still to do: allow usage of pdttotext options.