We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 206fe72 + e151cc0 commit c3e8428Copy full SHA for c3e8428
deepdoc/vision/layout_recognizer.py
@@ -454,4 +454,4 @@ def _tag_layout(ty):
454
garbag_set.add(g)
455
456
ocr_res_new = [b for b in boxes_out if b["text"].strip() not in garbag_set]
457
- return ocr_res_new, page_layout
+ return ocr_res_new, page_layout
0 commit comments