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.
Prerequisites:
-
Download and unzip this repository
-
Pull tesseractshadow/tesseract4re image from Docker Hub (automated build using Dockerfile from this repository)
docker pull tesseractshadow/tesseract4re
Scripted steps (cd ./scripts/):
- Run the image as the t4re
./run.shor just start it if is stopped./start.sh. - Do some OCR test:
./test.sh. - Stop t4re container instance:
./stop.sh.