Skip to content

jamesbrink/docker-tesseract

Repository files navigation

Minimal TesseractOCR Docker image built on top of Alpine Linux.

Build Status Docker Automated build Docker Pulls Docker Stars

About

Just fairly small container for TesseractOCR.

Usage Examples

Simple test run using STDIN

docker run --rm -i jamesbrink/tesseract stdin stdout < test_data/image1.png

Use as a base image.

FROM jamesbrink/tesseract:3.5
COPY ./MyApp /MyApp
RUN apk add --update my-deps...

Releases

No releases published

Packages

No packages published

Languages