This buildpack installs tesserocr (Python wrapper for Tesseract API) and it's necessary dependencies.
It includes:
Run the following commands for your app:
heroku buildpacks:set heroku/python
heroku buildpacks:add https://github.com/oswellchan/heroku-buildpack-tesserocr
It is important to set buildpack heroku/python
as first so that the Python environment is available when the compile script installs the python packages.
This builds off the fork of matteotiziano's heroku-buildpack-tesseract.