Skip to content

colin0brass/tesseract-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

tesseract-docker

About

This is a simple docker file for Tesseract Optical Character Recognition

This is mainly as a quick experiment with Docker, as well as a means to build alater version of Tesseract than was available for install at the time of writing

Dependencies

Docker: https://hub.docker.com Tesseract: https://github.com/tesseract-ocr/tesseract

Usage Notes

  1. Clone from git: git clone https://github.com/colin0brass/tesseract-docker.git
  2. Change to directory cd tesseract-docker
  3. Build container: docker build -t tesseract .
  4. Run test: docker run --mount type=bind,source="$(pwd)"/test,target=/test tesseract:latest tesseract /test/Owl.png /test/Owl pdf txt

About

Tesseract OCR, docker file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published