mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-24 19:14:23 +00:00
Merge 4e332500a8
into 5d98bcea1b
This commit is contained in:
commit
94da472c4d
@ -231,6 +231,9 @@ class ReadingOrderModel:
|
||||
|
||||
tbl.footnotes.append(new_footnote_item.get_ref())
|
||||
|
||||
if tbl.data.num_rows == 0 and tbl.data.num_cols == 0:
|
||||
self._add_child_elements(element, tbl, out_doc)
|
||||
|
||||
# TODO: Consider adding children of Table.
|
||||
|
||||
elif isinstance(element, FigureElement):
|
||||
|
Loading…
Reference in New Issue
Block a user