Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm committed Sep 3, 2024
1 parent 46082e9 commit 6f9805b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/export_multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def main():
doc_filename = doc.input.file.stem

rows = []
for _pack in generate_multimodal_pages(doc):
content_text, content_md, page_cells, page_segments, page = _pack
for _columns in generate_multimodal_pages(doc):
content_text, content_md, page_cells, page_segments, page = _columns

dpi = page._default_image_scale * 72

Expand Down

0 comments on commit 6f9805b

Please sign in to comment.