We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3a379 commit 8e24a92Copy full SHA for 8e24a92
docs/install_usage/rapidocr/install.md
@@ -35,7 +35,7 @@ pip install rapidocr -i https://pypi.tuna.tsinghua.edu.cn/simple/
35
36
#### 验证安装是否成功
37
38
-=== `rapidocr>=2.0.3`验证方式
+=== "`rapidocr>=2.0.3`验证方式"
39
40
```bash linenums="1"
41
$ rapidocr check
@@ -51,7 +51,7 @@ pip install rapidocr -i https://pypi.tuna.tsinghua.edu.cn/simple/
51
Success! rapidocr is installed correctly!
52
```
53
54
-=== `rapidocr>=2.0.0,<2.0.2`验证方式
+=== "`rapidocr>=2.0.0,<2.0.2`验证方式"
55
56
运行以下代码,终端可以打印出文字内容,即安装成功。
57
0 commit comments