/tabula-api

An API server extracting tables from PDF files via tabula-java.

Primary LanguageClojureMIT LicenseMIT

tabula-api

Travis CI Status CircleCI Status Codecov Coverage Docker Build Status Dependencies Status

An API server extracting tables from PDF files via tabula-java.

Quick examples with Docker and cURL

docker run -p 8080:8080 -e HOST=0.0.0.0 gavinkflam/tabula-api:1.0.0
curl -X POST -H 'Content-Type: multipart/form-data' \
  -F 'file=@my-pdf-file.pdf' -F 'guess=true' -F 'pages=all' \
  http://localhost:8080/api/extract

Documentations

See /doc.

License

MIT License