GitHub Readme.md
This is a Heroku buildpack for using pdf2json
in your project.
The sources for this pack are fetched from pdf2json repository.
Add the buildpack to your application.
heroku buildpacks:add https://github.com/calculojuridico/heroku-buildpack-pdf2json.git -a my_app
You can verify installation by running the following.
heroku run "pdf2json -v" -a my_app
Copy the snippet above into CLI.