We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24db13 commit 0bb41f6Copy full SHA for 0bb41f6
1 file changed
README.md
@@ -20,6 +20,13 @@
20
- 该包是将[rapidocr](./rapidocr/install.md)库做了API封装,采用[FastAPI](https://fastapi.tiangolo.com/) + [uvicorn](https://www.uvicorn.org/)实现。
21
- 定位是一个快速调用`rapidocr`的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看[gunicorn](https://gunicorn.org/)等。
22
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
30
### 🛠️ 安装
31
32
```bash linenums="1"
0 commit comments