Skip to content

Commit 4a5fe0a

Browse files
authored
chore: update model list
1 parent 4596118 commit 4a5fe0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/model_list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hide:
1616

1717
## 默认配置
1818

19-
直接通过pip安装rapidocr,使用时,可以不用指定任何参数,直接使用。因为指定了默认配置参数,下面写法:
19+
直接通过pip安装`rapidocr`使用时,可以不用指定任何参数,直接使用。因为设置了默认配置参数,下面写法:
2020

2121
```python linenums="1"
2222
from rapidocr import RapidOCR
@@ -41,7 +41,7 @@ engine = RapidOCR(
4141
"Det.lang_type": LangDet.CH,
4242
"Det.model_type": ModelType.MOBILE,
4343
"Det.ocr_version": OCRVersion.PPOCRV4,
44-
"Rec.engine_type": EngineType.PADDLE,
44+
"Rec.engine_type": EngineType.ONNXRUNTIME,
4545
"Rec.lang_type": LangRec.CH,
4646
"Rec.model_type": ModelType.MOBILE,
4747
"Rec.ocr_version": OCRVersion.PPOCRV5,

0 commit comments

Comments
 (0)