From 43f8b9182d24f6ae2e794f9de3baab394e7a9c2b Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Mon, 23 Sep 2024 19:17:53 +0200 Subject: [PATCH] propagate xsize and ysize Signed-off-by: Michele Dolfi --- docling/datamodel/document.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docling/datamodel/document.py b/docling/datamodel/document.py index 2f086b23..c6bdfcb2 100644 --- a/docling/datamodel/document.py +++ b/docling/datamodel/document.py @@ -383,6 +383,8 @@ class ConvertedDocument(BaseModel): main_text_start=main_text_start, main_text_stop=main_text_stop, main_text_labels=main_text_labels, + xsize=xsize, + ysize=ysize, add_location=add_location, add_content=add_content, add_page_index=add_page_index,