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 1b7540143e - Show all commits

View File

@@ -82,6 +82,7 @@ services:
memswap_limit: 8g
volumes:
- ocr_models:/app/models
- ocr_cache:/root/.cache
environment:
KRAKEN_MODEL_PATH: /app/models/german_kurrent.mlmodel
OCR_CONFIDENCE_THRESHOLD: "0.3"
@@ -186,3 +187,4 @@ volumes:
frontend_node_modules:
maven_cache:
ocr_models:
ocr_cache: