|
4 | 4 | - toc |
5 | 5 | --- |
6 | 6 |
|
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 | +### 📖 简介 |
14 | 25 |
|
15 | 26 | !!! note |
16 | 27 |
|
17 | 28 | OCR API的输出结果为最原始结果,大家可按需进一步扩展。 |
18 | 29 |
|
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/)实现。 |
20 | 31 |
|
21 | | -### 简介 |
| 32 | +定位是一个快速调用`rapidocr`的API接口,没有考虑多进程处理并发请求,如果有这需求的小伙伴,可以看看[gunicorn](https://gunicorn.org/)等。 |
22 | 33 |
|
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`| |
25 | 40 |
|
26 | 41 | ### 安装 |
27 | 42 |
|
|
0 commit comments