提交 2055e6f7 编写于 作者: B breezedeus

better print

上级 da5ff1e2
......@@ -54,6 +54,8 @@ def main():
else:
res = ocr.ocr(args.file)
logger.info("Predicted Chars: %s", res)
res = [''.join(line_p) for line_p in res]
logger.info('\n' + '\n'.join(res))
if __name__ == '__main__':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册