This project is an OCR (Optical Character Recognition) processing system built using:
FastAPI – REST API framework
Celery – Background task queue
Redis – Celery message broker
Tesseract OCR – Image text extraction
SQLite – Lightweight relational database
Docker & Docker Compose – Containerized deployment
The application allows users to upload an image, automatically extract text (title, code, date), and retrieve structured results.
The link of the project:
https://github.com/Tahoora78/Extracting-Key-Fields-from-a-Scanned-or-Captured-Text-Image