Skip to content

allenhurff/SammyCatz_AE_2045.EV-E.e.d1t1.0N

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tesseract 4 OCR Runtime Environment - Docker Container

Based on Alexander Pozdnyakov's Personal Package Archive tesseract-ocr - Tesseract command line OCR tool. If you want to compile Tesseract 4 yourself please take look at tesseractshadow/tesseract4cmp.

If you are not familiar with Docker please read Docker - Get Started.

Quick start

Prerequisites:

Scripted steps (cd ./scripts/):

  1. Run the image as the t4re ./run.sh or just start it if is stopped ./start.sh.
  2. Do some OCR test: ./test.sh.
  3. Stop t4re container instance: ./stop.sh.