Sign inSign up

jamesbrink/tesseract

By jamesbrink

Updated over 8 years ago

Minimal Docker container for TesseractOCR

Image
1

365

jamesbrink/tesseract repository overview

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...

Tag summary

Content type

Image

Digest

Size

74.5 MB

Last updated

over 8 years ago

docker pull jamesbrink/tesseract