From 48777b17fa766f8658609f8f16ef93d34900e4c9 Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Wed, 12 Feb 2025 15:14:44 +0100 Subject: [PATCH] Updates for reading-order implementation Signed-off-by: Christoph Auer --- docling/models/readingorder_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/models/readingorder_model.py b/docling/models/readingorder_model.py index 84344862..e28601ba 100644 --- a/docling/models/readingorder_model.py +++ b/docling/models/readingorder_model.py @@ -213,7 +213,7 @@ class ReadingOrderModel: # TODO: handle element.cluster.children. # _add_child_elements(pic, doc, obj, pelem) - elif isinstance(element, ContainerElement): + elif isinstance(element, ContainerElement): # Form, KV region pass # TODO: handle element.cluster.children.