Skip to content

Commit 31e43c5

Browse files
committed
docs(rapidocr): update usage
1 parent bd0bdb2 commit 31e43c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/install_usage/rapidocr/usage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ result.vis()
3939
# The config file has saved in ./default_rapidocr.yaml
4040
```
4141

42-
2. 根据自己的需要更改YAML相应的值。例如使用openvino作为推理引擎,更改如下:
42+
2. 根据自己的需要更改YAML相应的值。例如使用OpenVINO作为推理引擎,更改如下:
4343

4444
```yaml linenums="1"
4545
# 该配置文件命名为1.yaml
@@ -65,8 +65,7 @@ result.vis()
6565
with_torch: false
6666

6767
font_path: null
68-
... ...
69-
```
68+
```
7069

7170
3. 传入到`RapidOCR`中使用。
7271

0 commit comments

Comments
 (0)