Worker OCR Service
Overview
Section titled “Overview”The Worker OCR Service (worker-ocr) is a background worker responsible for Optical Character Recognition (OCR). It processes documents and images to extract text data for further automatic processing.
Responsibilities
Section titled “Responsibilities”- Document Processing: Analyses images and documents (PDFs, etc.).
- Text Extraction: Extracts text content using OCR technologies.
- Asynchronous Processing: Operates as a background worker, often consuming tasks from a queue.
Tech Stack
Section titled “Tech Stack”- Language: Java
- Framework: Spring Boot