Updated formatting

Signed-off-by: Maxim Lysak <mly@zurich.ibm.com>
This commit is contained in:
Maxim Lysak 2024-10-03 16:42:12 +02:00
parent a614710aa3
commit 0be9285dac

View File

@ -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()