From c7e6d6d8e61ba0d283f902349bf2776a465bd990 Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Wed, 23 Jul 2025 13:39:50 +0200 Subject: [PATCH] Update docling-models tag for TableFormer Signed-off-by: Christoph Auer --- docling/models/table_structure_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,