diff --git a/docling/models/table_structure_model.py b/docling/models/table_structure_model.py index f5f2cb14..30415d1d 100644 --- a/docling/models/table_structure_model.py +++ b/docling/models/table_structure_model.py @@ -94,7 +94,7 @@ class TableStructureModel(BasePageModel): ) -> Path: return download_hf_model( repo_id="ds4sd/docling-models", - revision="v2.2.0", + revision="v2.3.0", local_dir=local_dir, force=force, progress=progress,