Skip to content

Commit

Permalink
docs: Update rapidocr_web changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jul 8, 2024
1 parent ebbd18e commit 618b013
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .cache/plugin/git-committers/page-authors.json

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions docs/changelog/rapidocr_vino.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@
comments: true
---

## rapidocr_vino

#### 2024-06-28 v1.3.22 update:
- 对应[`rapidocr_onnxruntime==1.3.23`](https://github.com/RapidAI/RapidOCR/releases/tag/v1.3.23)

#### 2024-05-18 v1.3.19 update:
对应`rapidocr_onnxruntime==1.3.20`

---

## rapidocr_onnxruntime

!!! note

#### 2024-05-18 通知
后续`rapidocr_onnxruntime>1.3.20`的更新日志不在此更新,只在[Github Release](https://github.com/RapidAI/RapidOCR/releases)处更新

---

#### 🛠️2024-05-15 v1.3.19 update:
- 因为DirectML受支持设备限制,因此将DirectML作为一个选项写入配置文件,选择性调用
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ comments: true
<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>
</p>


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

#### ❤2023-05-20 ocrweb update:
- 增加桌面版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)
- 对仓库文档做了整理,大部分文档放到了[Wiki](https://github.com/RapidAI/RapidOCR/wiki)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,28 @@ pip install rapidocr_web
```

### 使用
- 用法:
```bash linenums="1"
$ rapidocr_web -h
usage: rapidocr_web [-h] [-ip IP] [-p PORT]

optional arguments:
-h, --help show this help message and exit
-ip IP, --ip IP IP Address
-p PORT, --port PORT IP port
```
- 运行:
```bash linenums="1"
rapidocr_web -ip 0.0.0.0 -p 9003
```

- 浏览器打开 http://localhost:9003/,enjoy it!
#### 用法:
```bash linenums="1"
$ rapidocr_web -h
usage: rapidocr_web [-h] [-ip IP] [-p PORT]

<div align="center">
<img src="https://github.com/RapidAI/RapidOCR/releases/download/v1.1.0/rapidocr_web_demo.gif" width="100%" height="100%">
</div>
optional arguments:
-h, --help show this help message and exit
-ip IP, --ip IP IP Address
-p PORT, --port PORT IP port
```
#### 运行:
```bash linenums="1"
rapidocr_web -ip 0.0.0.0 -p 9003
```

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

!!! info

浏览器打开的网址是`http`的,不是`https`。

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

18 changes: 9 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,22 +146,22 @@ nav:
- 使用说明: install_usage/rapidocr/usage.md
- 参数解释: install_usage/rapidocr/config_yaml.md
- 命令行工具: install_usage/rapidocr/cli.md
- rapidocr_paddle: install_usage/rapidocr_paddle.md
- rapidocr_paddle:
- 安装及使用: install_usage/rapidocr_paddle/usage.md
- 更新日志: install_usage/rapidocr_paddle/changelog.md
- rapidocr_web:
- 安装及使用: install_usage/rapidocr_web/rapidocr_web.md
- 安装及使用: install_usage/rapidocr_web/usage.md
- 更新日志: install_usage/rapidocr_web/changelog.md
- 桌面版使用教程: install_usage/rapidocr_web/desktop_usage.md
- Nuitka打包: install_usage/rapidocr_web/nuitka_package.md
- PyInstaller打包: install_usage/rapidocr_web/pyinstaller.md
- 多语言版本部署: install_usage/rapidocr_web/ocrweb_multi.md
- rapidocr_api: install_usage/rapidocr_api.md
- rapidocr_api:
- 安装及使用: install_usage/rapidocr_api/usage.md
- 更新日志: install_usage/rapidocr_api/changelog.md
- 博客:
- blog/index.md
- 交流群: communicate.md
- 赞助: sponsor.md
- 商业支持: business_support.md
- 更新日志:
- rapidocr_onnxruntime: changelog/rapidocr.md
- rapidocr_openvino: changelog/rapidocr_vino.md
- rapidocr_paddle: changelog/rapidocr_paddle.md
- rapidocr_web: changelog/rapidocr_web.md
- rapidocr_api: changelog/rapidocr_api.md

0 comments on commit 618b013

Please sign in to comment.