Marcel
ff3990710e
feat(ocr): add OCR infrastructure (interfaces, entities, migrations, DTOs)
- OcrClient + OcrHealthClient interfaces for testable OCR integration
- OcrBlockResult record for OCR engine response mapping
- OcrJob + OcrJobDocument entities with status enums
- V25 migration creates ocr_jobs and ocr_job_documents tables
- Repositories for job and job-document queries
- TriggerOcrDTO, BatchOcrDTO (@Size max=500), OcrStatusDTO
- ErrorCodes: OCR_SERVICE_UNAVAILABLE, OCR_JOB_NOT_FOUND,
OCR_DOCUMENT_NOT_UPLOADED, OCR_PROCESSING_FAILED
Refs #226
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 15:15:16 +02:00
..
2026-03-17 13:33:02 +00:00
2026-03-15 11:47:58 +01:00
2026-04-12 15:15:16 +02:00
2026-03-15 11:47:58 +01:00
2026-03-19 12:03:14 +01:00
2026-03-15 11:47:58 +01:00
2026-03-15 11:47:58 +01:00
2026-03-17 13:33:02 +00:00
2026-03-29 19:12:14 +02:00