feat: OCR pipeline with NDJSON streaming and real-time progress (#226, #227, #231) #229

Merged
marcel merged 74 commits from feat/issue-226-227-ocr-pipeline-polygon into main 2026-04-13 12:39:04 +02:00
Showing only changes of commit dd47a48d90 - Show all commits

View File

@@ -0,0 +1,2 @@
ALTER TABLE ocr_job_documents
ADD CONSTRAINT uq_ocr_job_document UNIQUE (job_id, document_id);