OCR-Docker is a Python & Flask powerd, easy to use system that hepls us to easely extrat text from images and pdf files in multiple languages.
The OCR (Optical Character Recognition) feature is free thanks to tesseract-ocr which is an Open Source OCR project.
version: "3.7"
services:
ocr:
image: techblog/ocr-docker:latest
ports:
- "8080:8080"
container_name: tts-stt
labels:
- "com.ouroboros.enable=true"
networks:
- default
restart: unless-stopped
Now, run docker-copmose up -d to pull and run your container.
Open your browser and nevigate to your container ip address wieh port 8080, you should see the following screen.
Content type
Image
Digest
sha256:fc729c579…
Size
369 MB
Last updated
about 3 years ago
docker pull techblog/ocr-docker