diff --git a/examples/C++/PaddleOCR/ocr/README.md b/examples/C++/PaddleOCR/ocr/README.md index 3c27758c51de6284512b2ad829b1671df8218b66..e473921cbfeb90492cb6b9969848441e298656ab 100755 --- a/examples/C++/PaddleOCR/ocr/README.md +++ b/examples/C++/PaddleOCR/ocr/README.md @@ -101,7 +101,7 @@ python3 rec_web_client.py ## C++ OCR Service -**Notice:** If you need to concatenate det model and rec model, and do pre-processing and post-processing in Paddle Serving C++ framework, you need to use the C++ server compiled with WITH_OPENCV option,see the [COMPILE.md](../../../../doc/COMPILE.md) +**Notice:** If you need to concatenate det model and rec model, and do pre-processing and post-processing in Paddle Serving C++ framework, you need to use the C++ server compiled with WITH_OPENCV option,see the [COMPILE.md](../../../../doc/Compile_CN.md) ### Start Service Select a startup mode according to CPU / GPU device