Update README.md

This commit is contained in:
Sml2h3 2022-06-21 09:36:08 +08:00 committed by GitHub
parent 610b44d9fd
commit 7f37543ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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})