mirror of
https://github.com/netfun2000/ocr_api_server.git
synced 2026-02-27 09:45:12 +08:00
Update README.md
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user