mirror of
https://github.com/sml2h3/ocr_api_server.git
synced 2025-05-02 20:00:03 +08:00
Update README.md
This commit is contained in:
parent
610b44d9fd
commit
7f37543ffb
@ -76,7 +76,7 @@ docker run -p 9898:9898 -d ocr_server:v1
|
||||
|
||||
# 目标检测请求
|
||||
# resp = requests.post("http://{host}:{port}/det/file", files={'image': image_bytes})
|
||||
# resp = requests.post("http://{host}:{port}/ocr/b64/json", data=base64.b64encode(file).decode())
|
||||
# resp = requests.post("http://{host}:{port}/det/b64/json", data=base64.b64encode(file).decode())
|
||||
|
||||
# 滑块识别请求
|
||||
# resp = requests.post("http://{host}:{port}/slide/match/file", files={'target_img': target_bytes, 'bg_img': bg_bytes})
|
||||
|
Loading…
Reference in New Issue
Block a user