Skip to content

Commit 0bb41f6

Browse files
committed
docs: add version related docs
1 parent f24db13 commit 0bb41f6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
- 该包是将[rapidocr](./rapidocr/install.md)库做了API封装,采用[FastAPI](https://fastapi.tiangolo.com/) + [uvicorn](https://www.uvicorn.org/)实现。
2121
- 定位是一个快速调用`rapidocr`的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看[gunicorn](https://gunicorn.org/)等。
2222

23+
### 📌 版本依赖关系
24+
25+
|`rapidocr_api`|`rapidocr`|
26+
|:---|:---|
27+
|`v0.2.x`|`rapidocr>1.0.0,<3.0.0`|
28+
|`v0.1.x`|`rapidocr_onnxruntime`|
29+
2330
### 🛠️ 安装
2431

2532
```bash linenums="1"

0 commit comments

Comments
 (0)