File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
docs/install_usage/rapidocr Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments