From 0cb9444fb89b978e456dcf607815d7a8416c1ffa Mon Sep 17 00:00:00 2001 From: Georg Heiler Date: Wed, 20 Aug 2025 22:46:18 +0300 Subject: [PATCH] chore: use new server model --- docs/examples/rapidocr_with_custom_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/rapidocr_with_custom_models.py b/docs/examples/rapidocr_with_custom_models.py index 679a83b5..a32c9e86 100644 --- a/docs/examples/rapidocr_with_custom_models.py +++ b/docs/examples/rapidocr_with_custom_models.py @@ -21,7 +21,7 @@ def main(): # Setup RapidOcrOptions for english detection det_model_path = os.path.join( - download_path, "onnx", "PP-OCRv4", "det", "en_PP-OCRv3_det_infer.onnx" + download_path, "onnx", "PP-OCRv5", "det", "ch_PP-OCRv5_server_det.onnx" ) rec_model_path = os.path.join( download_path, "onnx", "PP-OCRv5", "rec", "ch_PP-OCRv5_rec_server_infer.onnx"