remove blank line

This commit is contained in:
WenmuZhou 2021-02-24 15:41:11 +08:00
parent 8e6c03f537
commit 20a9d30865
1 changed files with 0 additions and 6 deletions

View File

@ -347,9 +347,3 @@ def main():
if result is not None:
for line in result:
logger.info(line)
if __name__ == '__main__':
ocr = PaddleOCR(use_angle_cls=False)
r = ocr.ocr('doc/imgs/1.jpg')
print(r)