Rapidocr

Latest version: v2.0.5

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

1.3.0

- 整合[PaddleOCR v4](https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.7)模型到`rapidocr`系列包中,可直接`pip install rapidocr_onnxruntime`使用。
---
- Integrate the [PaddleOCR v4](https://github.com/PaddlePaddle/PaddleOCR/tree/release/2.7) model into the `rapidocr` series package, which can be directly used by `pip install rapidocr_onnxruntime`.

1.2.0

新增版面结构化功能模块
- 已经对这部分功能做了拆分,详情参见:[RapidStructure](https://github.com/RapidAI/RapidStructure)

What's Changed
* 参考OCRWeb实现的多语言部署 by AutumnSun1996 in https://github.com/RapidAI/RapidOCR/pull/46

New Contributors
* AutumnSun1996 made their first contribution in https://github.com/RapidAI/RapidOCR/pull/46

**Full Changelog**: https://github.com/RapidAI/RapidOCR/compare/v1.1.0...1.2.0

1.1.0

附件各个文件目录结构:
- ocrweb_v1.1.0.zip
<details>

text
ocrweb_v1.1.0/
├── api.py
├── config.yaml
├── main.py
├── rapidocr_onnxruntime
│ ├── ch_ppocr_v2_cls
│ ├── ch_ppocr_v3_det
│ ├── ch_ppocr_v3_rec
│ ├── __init__.py
│ └── rapid_ocr_api.py
├── README.md
├── requirements.txt
├── resources
│ └── models
│ ├── ch_ppocr_mobile_v2.0_cls_infer.onnx
│ ├── ch_PP-OCRv3_det_infer.onnx
│ └── ch_PP-OCRv3_rec_infer.onnx
├── static
│ ├── css
│ └── js
├── task.py
└── templates
└── index.html

</details>

- rapidocr_onnxruntime_v1.1.0.zip
<details>

text
rapidocr_onnxruntime_v1.1.0/
├── config.yaml
├── rapidocr_onnxruntime
│ ├── ch_ppocr_v2_cls
│ ├── ch_ppocr_v3_det
│ ├── ch_ppocr_v3_rec
│ ├── __init__.py
│ └── rapid_ocr_api.py
├── README.md
├── requirements.txt
├── resources
│ ├── fonts
│ │ └── FZYTK.TTF
│ └── models
│ ├── ch_ppocr_mobile_v2.0_cls_infer.onnx
│ ├── ch_PP-OCRv3_det_infer.onnx
│ └── ch_PP-OCRv3_rec_infer.onnx
├── setup.py
├── test_demo.py
└── test_images
├── ch_en_num.jpg
└── single_line_text.jpg

</details>

- rapidocr_openvino_v1.1.0.zip
<details>

text
rapidocr_openvino_v1.1.0/
├── config.yaml
├── rapidocr_openvino
│ ├── ch_ppocr_v2_cls
│ ├── ch_ppocr_v3_det
│ ├── ch_ppocr_v3_rec
│ ├── __init__.py
│ ├── rapid_ocr_api.py
│ └── README.md
├── README.md
├── requirements.txt
├── resources
│ ├── fonts
│ │ └── FZYTK.TTF
│ └── models
│ ├── ch_ppocr_mobile_v2.0_cls_infer.onnx
│ ├── ch_PP-OCRv3_det_infer.onnx
│ └── ch_PP-OCRv3_rec_infer.onnx
├── setup.py
├── test_demo.py
└── test_images
├── ch_en_num.jpg
└── single_line_text.jpg

</details>

- required_for_whl_v1.1.0.zip
<details>

text
required_for_whl_v1.1.0/
├── config.yaml
├── README.md
├── resources
│ └── models
│ ├── ch_ppocr_mobile_v2.0_cls_infer.onnx
│ ├── ch_PP-OCRv3_det_infer.onnx
│ └── ch_PP-OCRv3_rec_infer.onnx
├── test_demo.py
└── test_images
├── ch_en_num.jpg
└── single_line_text.jpg

</details>

- resources.zip
<details>

text
resources/
├── fonts
│ └── FZYTK.TTF
└── models
├── ch_ppocr_mobile_v2.0_cls_infer.onnx
├── ch_PP-OCRv3_det_infer.onnx
└── ch_PP-OCRv3_rec_infer.onnx

</details>

1.0

Models for ONNXRuntime 1.7 or above. It's converted by the latest paddle2onnx.

1.0.0

0.1.5

情人节快乐🎉🎉🎉
- 增加ocrweb版可执行程序,支持Windows、Ubuntu和maxOS三个操作系统。
- 从附件中下载对应平台zip包,解压,双加**RapidOCRWeb**运行,之后打开浏览器输入`http://localhost:9003/`,即可访问ocrweb

Page 5 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.