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_appYou can verify installation by running the following.
heroku run "pdf2json -v" -a my_appFor new applications:
For existing applications: