feat: add optional Google Vision cloud fallback engine (refs #118)
CloudEngine wraps Google Vision TEXT_DETECTION with lazy init. HybridEngine runs primary engine, falls back to cloud when confidence is below threshold. Disabled by default (OCR_FALLBACK_ENGINE=none). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,7 @@ numpy>=1.24.0
|
||||
pytesseract>=0.3.10
|
||||
paddlepaddle>=2.6.0
|
||||
paddleocr>=2.8.0
|
||||
google-cloud-vision>=3.7.0
|
||||
|
||||
# PDF Processing
|
||||
PyMuPDF>=1.23.0
|
||||
|
||||
Reference in New Issue
Block a user