diff --git a/doc/doc_ch/quickstart.md b/doc/doc_ch/quickstart.md index 499f43a5faedcb29f378eb07f28f890ef725af22..ecb8a2d1f188c34289e8815a4dd918d0225c3feb 100644 --- a/doc/doc_ch/quickstart.md +++ b/doc/doc_ch/quickstart.md @@ -78,4 +78,4 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/11.jpg" --det_mode python3 tools/infer/predict_system.py --image_dir="./doc/imgs_en/img_12.jpg" --det_model_dir="./inference/ch_det_r50_vd_db/" --rec_model_dir="./inference/ch_rec_r34_vd_crnn_enhance/" ``` -更多的文本检测、识别串联推理使用方式请参考文档教程中[基于预测引擎推理](./inference.md)。 \ No newline at end of file +更多的文本检测、识别串联推理使用方式请参考文档教程中[基于Python预测引擎推理](./inference.md)。