mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
renaming
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
46082e99b6
commit
6f9805b08c
@ -50,8 +50,8 @@ def main():
|
|||||||
doc_filename = doc.input.file.stem
|
doc_filename = doc.input.file.stem
|
||||||
|
|
||||||
rows = []
|
rows = []
|
||||||
for _pack in generate_multimodal_pages(doc):
|
for _columns in generate_multimodal_pages(doc):
|
||||||
content_text, content_md, page_cells, page_segments, page = _pack
|
content_text, content_md, page_cells, page_segments, page = _columns
|
||||||
|
|
||||||
dpi = page._default_image_scale * 72
|
dpi = page._default_image_scale * 72
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user