remote_ocr_mode config setting

This commit is contained in:
shamoon
2026-08-18 09:45:26 -07:00
committed by GitHub
parent a00c2e7bce
commit 28bcdc4c31
6 changed files with 68 additions and 0 deletions
@@ -75,6 +75,7 @@ class TestApiAppConfig(DirectoriesMixin, APITestCase):
"remote_ocr_engine": None,
"remote_ocr_api_key": None,
"remote_ocr_endpoint": None,
"remote_ocr_mode": None,
"ai_enabled": False,
"llm_embedding_backend": None,
"llm_embedding_model": None,