mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08: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:
|
||||
item.pop('img')
|
||||
item.pop('res')
|
||||
logger.info(item)
|
||||
logger.info('result save to {}'.format(args.output))
|
||||
|
Loading…
x
Reference in New Issue
Block a user