Skip to content

oswellchan/heroku-buildpack-tesserocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack Tesserocr

This buildpack installs tesserocr (Python wrapper for Tesseract API) and it's necessary dependencies.

It includes:

  1. tesserocr v2.1.3
  2. Tesseract v3.04.01
  3. Cython v0.25.2

Configuration

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.

Note

This builds off the fork of matteotiziano's heroku-buildpack-tesseract.

About

Heroku buildpack for tesserocr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages