@@ -123,3 +98,30 @@ python rec_debugger_server.py gpu #for gpu user
...
@@ -123,3 +98,30 @@ python rec_debugger_server.py gpu #for gpu user
```
```
python rec_web_client.py
python 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[COMPILE.md](../../../doc/COMPILE.md)
### Start Service
Select a startup mode according to CPU / GPU device
After the -- model parameter, the folder path of multiple model files is passed in to start the prediction service of multiple model concatenation.