Commit 20a9d308 authored by WenmuZhou's avatar WenmuZhou
Browse files

remove blank line

parent 8e6c03f5
......@@ -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)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment