mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-10-28 08:14:47 +00:00
fix det res dtype in table recognition (#8616)
* add finetune en doc & test=document_fix * fix dead link & test=document_fix * fix dead link & test=document_fix * update check img * fix det res dtype
This commit is contained in:
parent
5cac747656
commit
2d1f9414d7
@ -93,7 +93,7 @@ class TableSystem(object):
|
|||||||
time_dict['rec'] = rec_elapse
|
time_dict['rec'] = rec_elapse
|
||||||
|
|
||||||
if return_ocr_result_in_table:
|
if return_ocr_result_in_table:
|
||||||
result['boxes'] = dt_boxes #[x.tolist() for x in dt_boxes]
|
result['boxes'] = [x.tolist() for x in dt_boxes]
|
||||||
result['rec_res'] = rec_res
|
result['rec_res'] = rec_res
|
||||||
|
|
||||||
tic = time.time()
|
tic = time.time()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user