Commit 951e24ce authored by zhougaofeng's avatar zhougaofeng
Browse files

Update ofd_parse.py

parent be53986f
...@@ -117,7 +117,6 @@ class ocrOfdClient: ...@@ -117,7 +117,6 @@ class ocrOfdClient:
data = { data = {
"path": str(file_path), "path": str(file_path),
"output_dir": str(output_dir), "output_dir": str(output_dir),
"config_path": str(config_path),
} }
# 发送 POST 请求 # 发送 POST 请求
#logger.info(f'data:{data}') #logger.info(f'data:{data}')
......
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