---
title: RapidOCR
canonical_url: "https://www.modelscope.ai/models/RapidAI/RapidOCR"
md_url: "https://www.modelscope.ai/models/RapidAI/RapidOCR.md"
repository: RapidAI/RapidOCR
last_updated: 2026-09-09
license: "Apache License 2.0"
pipeline_tag: ocr-detection
tasks:
  - ocr-detection
  - ocr-recognition
library_name:
  - onnx
  - pytorch
frameworks:
  - Pytorch
language:
  - zh
downloads: 265
stars: 1
tags:
  - ocr
  - dbnet
  - paddleocr
  - rapidocr
---

# RapidOCR

> RapidOCR - An open-source model by RapidAI on ModelScope. 本仓库用来托管RapidOCR项目中个各个模型文件。

RapidAI/RapidOCR is a ocr-detection、ocr-recognition model on ModelScope. licensed under Apache License 2.0.

- **Repository**: RapidAI/RapidOCR
- **License**: Apache License 2.0
- **Tasks**: ocr-detection, ocr-recognition
- **Tags**: ocr, dbnet, paddleocr, rapidocr
- **Downloads**: 265
- **Stars**: 1
- **Last updated**: 2026-09-09

Source: https://www.modelscope.ai/models/RapidAI/RapidOCR

---

### RapidOCR模型托管仓库

本仓库用来托管[RapidOCR](https://github.com/RapidAI/RapidOCR)项目中个各个模型文件。

大家可以根据自己需要单独下载使用。


#### SDK下载
```bash
#安装ModelScope
pip install modelscope
```
```python
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('RapidAI/RapidOCR')
```
#### Git下载
```
#Git模型下载
git clone https://www.modelscope.cn/RapidAI/RapidOCR.git
```
