diff --git a/python/examples/ocr/rec_web_client.py b/python/examples/ocr/rec_web_client.py index 2bad668cd2c5f46aeebfad01941367727af4d08c..312a2148886d6f084a1c077d84e907cb28c0652a 100644 --- a/python/examples/ocr/rec_web_client.py +++ b/python/examples/ocr/rec_web_client.py @@ -28,7 +28,7 @@ def cv2_to_base64(image): headers = {"Content-type": "application/json"} -url = "http://127.0.0.1:8900/ocr/prediction" +url = "http://127.0.0.1:9292/ocr/prediction" test_img_dir = "rec_img/" for img_file in os.listdir(test_img_dir):