diff --git a/docling/models/table_structure_model.py b/docling/models/table_structure_model.py index 23e5b4c3..e5ab1fe2 100644 --- a/docling/models/table_structure_model.py +++ b/docling/models/table_structure_model.py @@ -35,7 +35,9 @@ class TableStructureModel(BasePageModel): self.enabled = enabled if self.enabled: if self.mode == TableFormerMode.ACCURATE: - artifacts_path = artifacts_path / "fat" + artifacts_path = artifacts_path / "accurate" + else: + artifacts_path = artifacts_path / "fast" # Third Party import docling_ibm_models.tableformer.common as c