690525:1541 ADR-028-228-migration-OCR #05 ocr-sidecar working
CI / CD Pipeline / build (push) Successful in 4m14s
CI / CD Pipeline / deploy (push) Successful in 5m0s

This commit is contained in:
2026-05-25 15:41:56 +07:00
parent 87c3defc76
commit d315488d83
3 changed files with 24 additions and 1 deletions
@@ -88,6 +88,7 @@ OLLAMA_URL=http://192.168.10.100:11434
# PaddleOCR Sidecar (Admin Desktop Desk-5439 — ADR-023A)
OCR_API_URL=http://192.168.10.100:8765
OCR_CHAR_THRESHOLD=100
OCR_SIDECAR_UPLOAD_BASE=/mnt/uploads
# Thai preprocessing microservice (PyThaiNLP — Admin Desktop)
THAI_PREPROCESS_URL=http://192.168.10.100:8765
@@ -98,6 +98,7 @@ services:
# --- PaddleOCR Sidecar (Desk-5439 — ADR-023A) ---
OCR_API_URL: ${OCR_API_URL:?OCR_API_URL required}
OCR_CHAR_THRESHOLD: ${OCR_CHAR_THRESHOLD:-100}
OCR_SIDECAR_UPLOAD_BASE: ${OCR_SIDECAR_UPLOAD_BASE:-/mnt/uploads}
# --- Numbering ---
NUMBERING_LOCK_TIMEOUT: '5000'
NUMBERING_RESERVATION_TTL: '300'