Skip to content

Commit bcaf764

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

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

docs/install_usage/rapidocr_api/usage.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,39 @@ hide:
44
- toc
55
---
66

7-
<p>
8-
<a href="https://github.com/RapidAI/RapidOCRAPI"><img src="https://img.shields.io/badge/源码-Github-pink.svg"></a>
9-
<a href=""><img src="https://img.shields.io/badge/Python->=3.6,<3.13-aff.svg"></a>
10-
<a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>
11-
<a href="https://pypi.org/project/rapidocr-api/"><img alt="PyPI" src="https://img.shields.io/pypi/v/rapidocr-api"></a>
12-
<a href="https://pepy.tech/project/rapidocr_api"><img src="https://static.pepy.tech/personalized-badge/rapidocr_api?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=Downloads"></a>
13-
</p>
7+
<div align="center">
8+
<div align="center">
9+
<img src="https://github.com/RapidAI/RapidOCRAPI/releases/download/v0.1.5/LOGO.png"/>
10+
</div>
11+
<br/>
12+
<a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
13+
<a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>
14+
<a href="https://github.com/RapidAI/RapidOCRAPI/graphs/contributors"><img src="https://img.shields.io/github/contributors/RapidAI/RapidOCRAPI?color=9ea"></a>
15+
<a href="https://github.com/RapidAI/RapidOCRAPI/stargazers"><img src="https://img.shields.io/github/stars/RapidAI/RapidOCRAPI?color=ccf" ></a>
16+
<a href="https://pepy.tech/project/rapidocr_api"><img src="https://static.pepy.tech/badge/rapidocr_api?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=Downloads"></a>
17+
<a href="https://pypi.org/project/rapidocr_api/"><img alt="PyPI" src="https://img.shields.io/pypi/v/rapidocr_api"></a>
18+
<a href="https://choosealicense.com/licenses/apache-2.0/"><img src="https://img.shields.io/badge/License-Apache%202-dfd.svg"></a>
19+
<a href="https://semver.org/"><img alt="SemVer2.0" src="https://img.shields.io/badge/SemVer-2.0-brightgreen"></a>
20+
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
21+
22+
</div>
23+
24+
### 📖 简介
1425

1526
!!! note
1627

1728
OCR API的输出结果为最原始结果,大家可按需进一步扩展。
1829

19-
`rapidocr_api>=0.2.0`版本是适配了`rapidocr>=2.0.0`版本的
30+
该包是将[rapidocr](./rapidocr/install.md)库做了API封装,采用[FastAPI](https://fastapi.tiangolo.com/) + [uvicorn](https://www.uvicorn.org/)实现
2031

21-
### 简介
32+
定位是一个快速调用`rapidocr`的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看[gunicorn](https://gunicorn.org/)等。
2233

23-
- 该包是将[rapidocr_onnxruntime](./rapidocr/install.md)库做了API封装,采用[FastAPI](https://fastapi.tiangolo.com/) + [uvicorn](https://www.uvicorn.org/)实现。
24-
- 定位是一个快速调用`rapidocr_onnxruntime`的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看[gunicorn](https://gunicorn.org/)等。
34+
### 📌 版本依赖关系
35+
36+
|`rapidocr_api`|`rapidocr`|
37+
|:---|:---|
38+
|`v0.2.x`|`rapidocr>1.0.0,<3.0.0`|
39+
|`v0.1.x`|`rapidocr_onnxruntime`|
2540

2641
### 安装
2742

docs/install_usage/rapidocr_web/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ comments: true
2222

2323
### 简介
2424

25+
源码:<https://github.com/RapidAI/RapidOCRWeb>
26+
2527
`rapidocr_web`是基于`rapidocr`库封装的web版OCR程序。它可以让小伙们快速在本地启动OCR服务,支持剪贴板、拖拽和选择图像文件上传识别,同时具有一键复制识别文本功能。
2628

2729
整体项目采用前后端分离设计:

0 commit comments

Comments
 (0)