ocr-docker is small, Flask powerd web app, helps us to extract text from images and pdf document using OCR
Last updated Jun 20, 2026
76
Stars
20
Forks
4
Issues
0
Stars/day
Attention Score
21
Language breakdown
No language data available.
▸ Files
click to expand
README
OCR-Docker
Extract text from images & pdf files
OCR-Docker is a Python & Flask powered, easy to use system that helps us to easily extract text from images and pdf files in multiple languages.
Features
- Extract text from images (png, jpg, tiff).
- Extract text from pdf files (single or multiple pages).
Components and Frameworks used in TTS-STT
- tesseract-ocr - open source ocr
- tessdata - tesseract-ocr data models
- ghostscript
- imagemagick
- pytesseract
- Pillow
- Image
- Flask
- Loguru
- PyYAML
Installation
docker-compose from hub
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 -compose up -d to pull and run your container.
Open your browser and navigate to your container ip address with port 8080, you should see the following screen.
🔗 More in this category
