Skip to content

Commit d85049a

Browse files
committed
fix: fix conflicts
1 parent 6c6cc25 commit d85049a

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docs/install_usage/rapidocr_web/usage.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
comments: true
33
---
44

5-
65
<div align="center">
76
<picture>
87
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/RapidAI/RapidOCRWeb/releases/download/v0.0.0/RapidOCR_Web_LOGO_white_font.png" width="40%">
@@ -21,7 +20,7 @@ comments: true
2120

2221
</div>
2322

24-
### 📖 简介
23+
### 简介
2524

2625
`rapidocr_web`是基于`rapidocr`库封装的web版OCR程序。它可以让小伙们快速在本地启动OCR服务,支持剪贴板、拖拽和选择图像文件上传识别,同时具有一键复制识别文本功能。
2726

@@ -32,19 +31,27 @@ comments: true
3231

3332
UI来自Cursor,自适应移动端和PC端。相比于旧有版本(v0.x),现在版本(v1.x)更加现代化。
3433

35-
### 🛠️ 安装
34+
### 安装
3635

37-
```bash
36+
```bash linenums="1"
3837
pip install rapidocr_web
3938
```
4039

41-
### 🚀 使用
40+
### 使用
41+
42+
#### 用法
43+
44+
```bash linenums="1"
45+
rapidocr_web -ip 0.0.0.0 -p 9003
46+
```
47+
48+
#### 运行
4249

43-
```bash
50+
```bash linenums="1"
4451
rapidocr_web -ip 0.0.0.0 -p 9003
4552
```
4653

47-
#### 浏览器打开 <http://localhost:9003/> ,enjoy it
54+
#### 浏览器打开 <http://localhost:9003/,enjoy> it
4855

4956
> [!NOTE]
5057
>

0 commit comments

Comments
 (0)