Skip to content

Commit e359072

Browse files
committed
docs: update files
1 parent 4926005 commit e359072

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/install_usage/rapidocr_web/changelog.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,23 @@ comments: true
99
<a href="https://pepy.tech/project/rapidocr_web"><img src="https://static.pepy.tech/personalized-badge/rapidocr_web?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=Downloads"></a>
1010
</p>
1111

12+
#### 2024-07-08 v0.1.10 update
1213

13-
#### 2024-07-08 v0.1.10 update:
1414
- 修复issue [#197](https://github.com/RapidAI/RapidOCR/issues/197)
1515

16-
#### ❤2023-05-20 ocrweb update:
16+
#### ❤2023-05-20 ocrweb update
17+
1718
- 增加桌面版RapidOCRWeb,详情可参见[RapidOCRWeb桌面版使用教程](https://github.com/RapidAI/RapidOCR/wiki/%5BRapidOCRWeb%5D-%E6%A1%8C%E9%9D%A2%E7%89%88%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B)
1819
- 对仓库文档做了整理,大部分文档放到了[Wiki](https://github.com/RapidAI/RapidOCR/wiki)
1920

20-
#### 🌹2023-05-14 ocrweb v0.1.5 update:
21+
#### 🌹2023-05-14 ocrweb v0.1.5 update
22+
2123
- 增加界面版返回坐标框的返回值([issue #85](https://github.com/RapidAI/RapidOCR/issues/85))
2224
- API模式增加base64格式传入
2325
- 详情参见:[link](https://github.com/RapidAI/RapidOCR/blob/main/ocrweb/README.md)
2426

25-
#### 🏸2023-04-16 ocrweb v0.1.1 update:
27+
#### 🏸2023-04-16 ocrweb v0.1.1 update
28+
2629
- API部署改为FastAPI库支持
2730
- 将API模式与Web解耦合,可通过`pip install rapidocr_web[api]`来选择性安装
2831
- 详情参见:[link](https://github.com/RapidAI/RapidOCR/blob/main/ocrweb/README.md)
29-
30-

docs/install_usage/rapidocr_web/ocrweb_multi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ comments: true
1515
1. 克隆项目到本地
1616

1717
```bash linenums="1"
18-
git clone -b main https://github.com/RapidAI/RapidOCR.git
18+
git clone -b main https://github.com/RapidAI/RapidOCRWeb.git
1919
```
2020

2121
2. 安装运行所需环境

0 commit comments

Comments
 (0)