From 2921c6c00687869f704cb65bb62ccefeb442eb4a Mon Sep 17 00:00:00 2001 From: SWHL Date: Fri, 29 Mar 2024 16:09:50 +0800 Subject: [PATCH] Update docs --- content/docs/blog/06_custom_different_model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/blog/06_custom_different_model.md b/content/docs/blog/06_custom_different_model.md index d568b396..58cf3862 100644 --- a/content/docs/blog/06_custom_different_model.md +++ b/content/docs/blog/06_custom_different_model.md @@ -23,13 +23,13 @@ description: "" #### 2. 获得英文和数字的ONNX识别模型 -{{< alert text="在用PaddleOCRModelConvert工具转换模型时,字典会自动写入到onnx模型里。" />}} +{{< alert text="- 如果想用RapidOCR仓库推理其他模型,必须要用PaddleOCRModelConvert工具转换模型
- 在用PaddleOCRModelConvert工具转换模型时,字典会自动写入到onnx模型里。" />}} 模型地址: https://paddleocr.bj.bcebos.com/PP-OCRv4/english/en_PP-OCRv4_rec_infer.tar 字典地址: https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/release/2.7/ppocr/utils/en_dict.txt -基于[PaddleOCRModelConvert工具在线转换](https://www.modelscope.cn/studios/liekkas/PaddleOCRModelConverter/summary),得到`en_PP-OCRv4_rec_infer.onnx`模型 +基于[PaddleOCRModelConvert](https://www.modelscope.cn/studios/liekkas/PaddleOCRModelConverter/summary)工具在线转换,得到`en_PP-OCRv4_rec_infer.onnx`模型 #### 3. 使用该模型 ```python {linenos=table}