mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
propagate xsize and ysize
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
08cee99cb6
commit
43f8b9182d
@ -383,6 +383,8 @@ class ConvertedDocument(BaseModel):
|
|||||||
main_text_start=main_text_start,
|
main_text_start=main_text_start,
|
||||||
main_text_stop=main_text_stop,
|
main_text_stop=main_text_stop,
|
||||||
main_text_labels=main_text_labels,
|
main_text_labels=main_text_labels,
|
||||||
|
xsize=xsize,
|
||||||
|
ysize=ysize,
|
||||||
add_location=add_location,
|
add_location=add_location,
|
||||||
add_content=add_content,
|
add_content=add_content,
|
||||||
add_page_index=add_page_index,
|
add_page_index=add_page_index,
|
||||||
|
Loading…
Reference in New Issue
Block a user