mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user