We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014837a commit 350d4b3Copy full SHA for 350d4b3
docs/model_list.md
@@ -30,7 +30,7 @@ engine = RapidOCR(
30
)
31
```
32
33
-如果想要使用**server**版默认模型,则直接更改参数为`ch_server`即可。
+如果想要使用 **server** 版默认模型,则直接更改参数为`ch_server`即可。
34
35
```python linenums="1" hl_lines="4"
36
from rapidocr import RapidOCR
0 commit comments