Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 20, 2023
1 parent a15923b commit f10cbb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/docs/install_usage/rapidocr_web/rapidocr_web.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ categories:
<img src="https://raw.githubusercontent.com/RapidAI/RapidOCR/ae529c2ba79e6cbf04c54caf2d24feb75e947ca4/assets/ocrweb_time.jpg" width="80%" height="80%">
</div>

### Installation
### 安装
```bash {linenos=table}
pip install rapidocr_web
```

### Usage
### 使用
- 用法:
```bash {linenos=table}
$ rapidocr_web -h
Expand All @@ -45,13 +45,13 @@ pip install rapidocr_web
-ip IP, --ip IP IP Address
-p PORT, --port PORT IP port
```
- 示例:
- 运行:
```bash {linenos=table}
rapidocr_web -ip 0.0.0.0 -p 9003
```

- 浏览器打开 `http://localhost:9003/`,enjoy it!
- 浏览器打开 http://localhost:9003/,enjoy it!

<div align="center">
<img src="https://github.com/RapidAI/RapidOCR/blob/ae529c2ba79e6cbf04c54caf2d24feb75e947ca4/assets/demo.gif" width="100%" height="100%">
<img src="https://github.com/RapidAI/RapidOCR/releases/download/v1.1.0/rapidocr_web_demo.gif" width="100%" height="100%">
</div>

0 comments on commit f10cbb2

Please sign in to comment.