Skip to content

rwojnarowski/heroku-buildpack-tesseract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack Tesseract v4

This package provide a custom Heroku buildpack providing the Tesseract OCR binary and all the required libraries to Heroku apps. Training data for English language is provided.

Configuration

The first step consists in allowing your Heroku app to use multiple buildpacks. Heroku natively supports multiple buildpacks per app.

  1. setup your app as

    heroku buildpacks:set heroku/LANG
    heroku buildpacks:add https://github.com/nuveo/heroku-buildpack-tesseract
    

    where LANG is the language used by your app (e.g., go, ruby, python, or nodejs). A complete list of Heroku buildpacks can be found here.

  2. you can use the tesseract binary in your Heroku app!

  3. deploy :)

Note

This fork upgrades Tesseract binary version from 3.03 to 4.0

License

MIT License.

Original work Copyright (c) 2013 Marco Azimonti Modified work Copyright (c) 2015 Matteo Maggioni Modified work Copyright (c) 2017 Oswell Chan Modified work Copyright (c) 2018 nuveo.ai

About

Heroku Tesseract Custom Buildpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%