Skip to content

Commit 6d1ad5f

Browse files
committed
docs: update docs
1 parent ff55ccb commit 6d1ad5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/install_usage/rapidocr/parameters.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ PyTorch API 参见:[PyTorch documentation](https://pytorch.org/docs/stable/ind
9898

9999
!!! tip
100100

101-
以下三部分前4个参数基本类似,对应关系如下表:
101+
以下三部分前4个参数基本类似,对应关系如下表,具体请参见[模型列表](../../model_list.md)文档
102102

103103
| YAML 参数 | 对应枚举类 | 可用枚举值(示例) |导入方式 | 备注 |
104104
|-----------------|------------------|------------------|-------------------|-------------------------------------|
@@ -107,7 +107,6 @@ PyTorch API 参见:[PyTorch documentation](https://pytorch.org/docs/stable/ind
107107
| `model_type` | `ModelType` | `MOBILE`(mobile)<br>`SERVER`(server) |`from rapidocr import ModelType`| 模型大小与性能级别 |
108108
| `ocr_version` | `OCRVersion` | `PPOCRV4`(PP-OCRv4)<br>`PPOCRV5`(PP-OCRv5) |`from rapidocr import OCRVersion`| 模型版本 |
109109

110-
111110
#### Det
112111

113112
```yaml linenums="1"

0 commit comments

Comments
 (0)