mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
cleanup
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
6f9805b08c
commit
85b097677e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user