Update paddleocr.py

This commit is contained in:
MissPenguin 2021-08-03 11:22:49 +08:00 committed by GitHub
parent 5b24464c47
commit 5e257c2bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -373,4 +373,5 @@ def main():
for item in result:
item.pop('img')
logger.info(item['res'])
logger.info(item)