We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4596118 commit 4a5fe0aCopy full SHA for 4a5fe0a
docs/model_list.md
@@ -16,7 +16,7 @@ hide:
16
17
## 默认配置
18
19
-直接通过pip安装rapidocr,使用时,可以不用指定任何参数,直接使用。因为指定了默认配置参数,下面写法:
+直接通过pip安装`rapidocr`使用时,可以不用指定任何参数,直接使用。因为设置了默认配置参数,下面写法:
20
21
```python linenums="1"
22
from rapidocr import RapidOCR
@@ -41,7 +41,7 @@ engine = RapidOCR(
41
"Det.lang_type": LangDet.CH,
42
"Det.model_type": ModelType.MOBILE,
43
"Det.ocr_version": OCRVersion.PPOCRV4,
44
- "Rec.engine_type": EngineType.PADDLE,
+ "Rec.engine_type": EngineType.ONNXRUNTIME,
45
"Rec.lang_type": LangRec.CH,
46
"Rec.model_type": ModelType.MOBILE,
47
"Rec.ocr_version": OCRVersion.PPOCRV5,
0 commit comments