Skip to content

Commit 7cc569a

Browse files
committed
Small fixes
Signed-off-by: Christoph Auer <[email protected]>
1 parent d23d7a8 commit 7cc569a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docling_core/types/doc/document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,6 +2802,7 @@ def print_element_tree(self):
28022802
for ix, (item, level) in enumerate(
28032803
self.iterate_items(
28042804
with_groups=True,
2805+
traverse_pictures=True,
28052806
included_content_layers={ContentLayer.BODY, ContentLayer.FURNITURE},
28062807
)
28072808
):

0 commit comments

Comments
 (0)