Skip to content

Commit fdda5e4

Browse files
committed
docs: update quickstart
1 parent 0f08e0e commit fdda5e4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/quickstart.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ pip install rapidocr
3636
cv2.imwrite("vis.png", vis_img)
3737
```
3838

39-
### 3. 返回`result`结果
39+
### 3. 查看可视化结果
40+
41+
![Demo](./images/ch_en_num_vis.png)
42+
43+
### 4. 返回`result`结果示例
4044

4145
返回结果是一个`RapidOCROutput`数据类,可以直接通过`result.boxes``result.txts`来访问使用。
4246

@@ -136,12 +140,6 @@ RapidOCROutput(
136140
word_results=(None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None), elapse_list=[0.16008154186420143, 0.017705917358398438, 0.35501312371343374], elapse=0.5328005829360336)
137141
```
138142

139-
### 4. 查看可视化结果
140-
141-
<div align="center">
142-
<img src="./images/ch_en_num_vis.png" alt="Demo" width="100%">
143-
</div>
144-
145143
### 推荐阅读
146144

147145
#### [其他编程语言支持](./blog/posts/other_programing_lan.md)

0 commit comments

Comments
 (0)