"deploy/cpp_infer/include/postprocess_op.cpp" did not exist on "4950c8458db1357e8a6debc894fcd3c958290408"
Commit 20a9d308 authored by WenmuZhou's avatar WenmuZhou
Browse files

remove blank line

parent 8e6c03f5
...@@ -347,9 +347,3 @@ def main(): ...@@ -347,9 +347,3 @@ def main():
if result is not None: if result is not None:
for line in result: for line in result:
logger.info(line) 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