Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tesseract_latinocr_docker

A Dockerfile for building and installing Tesseract 3.04.00 and the training tools onto an Ubuntu image, then building lat.traineddata from scratch.

  • Run git submodule update --init --recursive to clone the submodules
  • Test the build with docker build .
  • Tag the build with docker build -t tesseract_latinocr .
  • Run the build with docker run -d --name latinocr_build tesseract_latinocr (which you can monitor with docker attach latinocr_build)
  • Copy the finished build artifact out with docker cp latinocr_build:/home/latinocr-lat/lat.traineddata .

About

Docker for building lat.traineddata from scratch

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors