Skip to content

Commit c3e8428

Browse files
authored
Merge branch 'master' into feat/version-upgrade
2 parents 206fe72 + e151cc0 commit c3e8428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepdoc/vision/layout_recognizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,4 +454,4 @@ def _tag_layout(ty):
454454
garbag_set.add(g)
455455

456456
ocr_res_new = [b for b in boxes_out if b["text"].strip() not in garbag_set]
457-
return ocr_res_new, page_layout
457+
return ocr_res_new, page_layout

0 commit comments

Comments
 (0)