diff --git a/docling/models/table_structure_model.py b/docling/models/table_structure_model.py index 7266a802..0d598690 100644 --- a/docling/models/table_structure_model.py +++ b/docling/models/table_structure_model.py @@ -95,7 +95,7 @@ class TableStructureModel(BasePageModel): repo_id="ds4sd/docling-models", force_download=force, local_dir=local_dir, - revision="refs/pr/7", + revision="v2.2.0", ) return Path(download_path)