Skip to content

Commit

Permalink
chore: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jul 24, 2024
1 parent 0f9d6f0 commit 96f1423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install_usage/rapidocr_api/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ curl -F image_file=@1.png http://0.0.0.0:9003/ocr
### API输出

- 输出结果说明:
- 如果图像中存在文字,则会输出字典格式,具体介绍如下:
- 如果图像中存在文字,则会输出字典格式,具体介绍如下:

```python linenums="1"
{
Expand All @@ -111,7 +111,7 @@ curl -F image_file=@1.png http://0.0.0.0:9003/ocr
}
```

- 如果没有检测到文字,则会输出空字典(`{}`)。
- 如果没有检测到文字,则会输出空字典(`{}`)。
- 示例结果:

```json linenums="1"
Expand Down

0 comments on commit 96f1423

Please sign in to comment.