Skip to content

Commit

Permalink
cleanup
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 6f9805b commit 85b0976
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions examples/export_multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ def main():
failure_count += 1
continue

doc_filename = doc.input.file.stem

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

dpi = page._default_image_scale * 72

Expand Down

0 comments on commit 85b0976

Please sign in to comment.