Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abritopach/heroku-buildpack-tesseract
- Owner: abritopach
- License: other
- Created: 2017-04-05T10:18:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T09:50:22.000Z (almost 8 years ago)
- Last Synced: 2024-11-27T13:44:13.397Z (2 months ago)
- Topics: heroku, heroku-buildpack, tesseract, tesseract-ocr
- Language: Shell
- Homepage:
- Size: 20.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/LANGheroku 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