Commit 7d2750a3 authored by zhougaofeng's avatar zhougaofeng
Browse files

Update ofd_parse.py

parent ecd7f8bc
...@@ -121,7 +121,6 @@ class ocrOfdClient: ...@@ -121,7 +121,6 @@ class ocrOfdClient:
"config_path": str(config_path), "config_path": str(config_path),
} }
# 发送 POST 请求 # 发送 POST 请求
logger.info(f'data:{data}')
response = requests.post(f"{self.api_url}/ofd_ocr", json=data) response = requests.post(f"{self.api_url}/ofd_ocr", json=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