Skip to content

Commit

Permalink
Update customize.md (#10325)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyutang authored Jul 7, 2023
1 parent f8cbbce commit 61b3fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doc_ch/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ PaddleOCR提供了检测和识别模型的串联工具,可以将训练好的
```
python3 tools/infer/predict_system.py --image_dir="./doc/imgs/11.jpg" --det_model_dir="./inference/det/" --rec_model_dir="./inference/rec/"
```
更多的文本检测、识别串联推理使用方式请参考文档教程中的[基于预测引擎推理](./inference.md)
更多的文本检测、识别串联推理使用方式请参考文档教程中的[基于预测引擎推理](./algorithm_inference.md)

0 comments on commit 61b3fee

Please sign in to comment.