feat(ocr-pipeline): add rapidocr + onnxruntime to requirements

RapidOCR uses PaddleOCR models on ONNX Runtime, works natively on ARM64.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-02-28 17:08:21 +01:00
parent 17604b8eb2
commit 4ec7c20490

View File

@@ -28,6 +28,10 @@ opencv-python-headless>=4.8.0
pytesseract>=0.3.10
Pillow>=10.0.0
# RapidOCR (PaddleOCR models on ONNX Runtime — works on ARM64 natively)
rapidocr
onnxruntime
# PostgreSQL (for metrics storage)
psycopg2-binary>=2.9.0
asyncpg>=0.29.0