Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abritopach/heroku-buildpack-tesseract

Heroku buildpack tesseract
https://github.com/abritopach/heroku-buildpack-tesseract

heroku heroku-buildpack tesseract tesseract-ocr

Last synced: 3 days ago
JSON representation

Heroku buildpack tesseract

Awesome Lists containing this project

README

        

# Heroku Buildpack Tesseract

This package provide a custom Heroku buildpack providing the [Tesseract OCR](https://github.com/tesseract-ocr) binary and all the required libraries to Heroku apps. Training data for English and Spanish language is provided.

## Configuration

The first step consists in allowing your Heroku app to use multiple buildpacks. Heroku natively supports [multiple buildpacks per app](https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app).

1. Setup your app as

heroku buildpacks:set heroku/LANG

heroku buildpacks:add https://github.com/abritopach/heroku-buildpack-tesseract.git


where `LANG` is the language used by your app (e.g., `ruby`, `python`, or `nodejs`). A complete list of Heroku buildpacks can be found [here](https://devcenter.heroku.com/articles/buildpacks).

2. you can use the `tesseract` binary in your Heroku app!
3. deploy :)

## License
MIT License.

Original work Copyright (c) 2013 Marco Azimonti

Modified work Copyright (c) 2015 Matteo Maggioni

Modified work Copyright (c) 2017 Adrián Brito