Skip to content

Commit

Permalink
Updated formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Lysak <[email protected]>
  • Loading branch information
Maxim Lysak committed Oct 3, 2024
1 parent 44dcf83 commit 7999bdf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docling/models/layout_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ def postprocess(self, clusters: List[Cluster], cells: List[Cell], page_height):
"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()
Expand Down

0 comments on commit 7999bdf

Please sign in to comment.