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, "Key-Value Region": 0.45,
} }
CLASS_REMAPPINGS = { CLASS_REMAPPINGS = {"Document Index": "Table", "Title": "Section-header"}
"Document Index": "Table",
"Title": "Section-header"
}
_log.debug("================= Start postprocess function ====================") _log.debug("================= Start postprocess function ====================")
start_time = time.time() start_time = time.time()