From 0be9285dac6ebd37f39d0704d9f7059e91a8d277 Mon Sep 17 00:00:00 2001 From: Maxim Lysak Date: Thu, 3 Oct 2024 16:42:12 +0200 Subject: [PATCH] Updated formatting Signed-off-by: Maxim Lysak --- docling/models/layout_model.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docling/models/layout_model.py b/docling/models/layout_model.py index c5cb0bef..2ca20a42 100644 --- a/docling/models/layout_model.py +++ b/docling/models/layout_model.py @@ -70,10 +70,7 @@ class LayoutModel: "Key-Value Region": 0.45, } - CLASS_REMAPPINGS = { - "Document Index": "Table", - "Title": "Section-header" - } + CLASS_REMAPPINGS = {"Document Index": "Table", "Title": "Section-header"} _log.debug("================= Start postprocess function ====================") start_time = time.time()