Skip to content

ryanfb/tesseract_latinocr_docker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published