From e6387b3d475a187b47009ba21845980239487e4b Mon Sep 17 00:00:00 2001 From: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Sat, 26 Apr 2025 17:08:30 +0800 Subject: [PATCH] chore: typo fix Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com> --- 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 1a3f9005..a7679eab 100644 --- a/docling/models/table_structure_model.py +++ b/docling/models/table_structure_model.py @@ -234,7 +234,7 @@ class TableStructureModel(BasePageModel): tcells = table_cluster.cells tokens = [] for c in tcells: - # Only allow non empty stings (spaces) into the cells of a table + # Only allow non empty strings (spaces) into the cells of a table if len(c.text.strip()) > 0: new_cell = copy.deepcopy(c) new_cell.rect = BoundingRectangle.from_bounding_box(