mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-09-03 21:33:04 +00:00
do not print table result
This commit is contained in:
parent
396eae907c
commit
f7b35bbbc4
@ -636,4 +636,6 @@ def main():
|
|||||||
|
|
||||||
for item in result:
|
for item in result:
|
||||||
item.pop('img')
|
item.pop('img')
|
||||||
|
item.pop('res')
|
||||||
logger.info(item)
|
logger.info(item)
|
||||||
|
logger.info('result save to {}'.format(args.output))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user