We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d328efc commit 4ea086eCopy full SHA for 4ea086e
docling/backend/html_backend.py
@@ -1457,7 +1457,7 @@ def parse_table_data(
1457
doc.add_table_cell(table_item=docling_table, cell=simple_cell)
1458
return data
1459
1460
- def _walk(self, element: Tag, doc: DoclingDocument) -> list[RefItem]:
+ def _walk(self, element: Tag, doc: DoclingDocument) -> list[RefItem]: # noqa: C901
1461
"""Parse an XML tag by recursively walking its content.
1462
1463
While walking, the method buffers inline text across tags like <b> or <span>,
0 commit comments