File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docling_core/transforms/chunker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ def serialize(
145145 parts .append (cap_res )
146146
147147 if item .self_ref not in doc_serializer .get_excluded_refs (** kwargs ):
148- table_df = item .export_to_dataframe ()
148+ table_df = item .export_to_dataframe (doc )
149149 if table_df .shape [0 ] >= 1 and table_df .shape [1 ] >= 2 :
150150
151151 # copy header as first row and shift all rows by one
Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ def _test_export_methods(
734734 for table in doc .tables :
735735 table .export_to_markdown ()
736736 table .export_to_html (doc )
737- table .export_to_dataframe ()
737+ table .export_to_dataframe (doc )
738738 table .export_to_doctags (doc )
739739
740740 # Test Images export ...
You can’t perform that action at this time.
0 commit comments