fix: avoid downloading easyocr models by default (#2454)

avoid downloading easyocr models

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-10-13 17:58:06 +02:00
committed by GitHub
parent 10165dda8a
commit 688a7dfd38

View File

@@ -43,7 +43,7 @@ def download_models(
with_smoldocling_mlx: bool = False,
with_granite_vision: bool = False,
with_rapidocr: bool = True,
with_easyocr: bool = True,
with_easyocr: bool = False,
):
if output_dir is None:
output_dir = settings.cache_dir / "models"