mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +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
|
failure_count += 1
|
||||||
continue
|
continue
|
||||||
|
|
||||||
doc_filename = doc.input.file.stem
|
|
||||||
|
|
||||||
rows = []
|
rows = []
|
||||||
for _columns in generate_multimodal_pages(doc):
|
for (
|
||||||
content_text, content_md, page_cells, page_segments, page = _columns
|
content_text,
|
||||||
|
content_md,
|
||||||
|
page_cells,
|
||||||
|
page_segments,
|
||||||
|
page,
|
||||||
|
) in generate_multimodal_pages(doc):
|
||||||
|
|
||||||
dpi = page._default_image_scale * 72
|
dpi = page._default_image_scale * 72
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user