Skip to content

Commit

Permalink
add layout score return (#13068)
Browse files Browse the repository at this point in the history
  • Loading branch information
myhloli authored Jun 14, 2024
1 parent 335c5c2 commit 4f54aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ppstructure/predict_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def __call__(self, img, return_ocr_result_in_table=False, img_idx=0):
"img": roi_img,
"res": res,
"img_idx": img_idx,
"score": region["score"],
}
)

Expand Down

0 comments on commit 4f54aa6

Please sign in to comment.