File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ English | [简体中文](./readme/README_cn.md) | [繁體中文](./readme/README
1111[ ![ arXiv] ( https://img.shields.io/badge/PaddleOCR_3.0-Technical%20Report-b31b1b.svg?logo=arXiv )] ( https://arxiv.org/pdf/2507.05595 )
1212[ ![ arXiv] ( https://img.shields.io/badge/PaddleOCR--VL-Technical%20Report-b31b1b.svg?logo=arXiv )] ( https://arxiv.org/abs/2510.14528 )
1313
14- [ ![ PyPI Downloads] ( https://static.pepy.tech/badge/paddleocr/month )] ( https://pepy.tech/projectsproject /paddleocr )
14+ [ ![ PyPI Downloads] ( https://static.pepy.tech/badge/paddleocr/month )] ( https://pepy.tech/projects /paddleocr )
1515[ ![ PyPI Downloads] ( https://static.pepy.tech/badge/paddleocr )] ( https://pepy.tech/projects/paddleocr )
1616[ ![ Used by] ( https://img.shields.io/badge/Used%20by-6k%2B%20repositories-blue )] ( https://github.com/PaddlePaddle/PaddleOCR/network/dependents )
1717[ ![ PyPI version] ( https://img.shields.io/pypi/v/paddleocr )] ( https://pypi.org/project/paddleocr/ )
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ plugins:
170170 基于Python预测引擎推理 : Python Inference
171171 基于C++预测引擎推理 : CPP Inference
172172 Visual Studio 2019 Community CMake 编译指南 : Visual Studio 2019 Community CMake Compilation Guide
173- 服务化部署 : Sever Deployment
173+ 服务化部署 : Server Deployment
174174 端侧部署 : On-Device Deployment
175175 Android部署 : Android Deployment
176176 Paddle2ONNX模型转化与预测 : Paddle2ONNX
Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ def _update_subparser(self, subparser):
672672 subparser .add_argument (
673673 "--" + name ,
674674 action = DeprecatedOptionAction ,
675- type = str ,
675+ type = deprecated_arg_types [ name ] ,
676676 help = f"[Deprecated] Please use `--{ new_name } ` instead." ,
677677 )
678678
Original file line number Diff line number Diff line change 1212[ ![ arXiv] ( https://img.shields.io/badge/PaddleOCR_3.0-Technical%20Report-b31b1b.svg?logo=arXiv )] ( https://arxiv.org/pdf/2507.05595 )
1313[ ![ arXiv] ( https://img.shields.io/badge/PaddleOCR--VL-Technical%20Report-b31b1b.svg?logo=arXiv )] ( https://arxiv.org/abs/2510.14528 )
1414
15- [ ![ PyPI Downloads] ( https://static.pepy.tech/badge/paddleocr/month )] ( https://pepy.tech/projectsproject /paddleocr )
15+ [ ![ PyPI Downloads] ( https://static.pepy.tech/badge/paddleocr/month )] ( https://pepy.tech/projects /paddleocr )
1616[ ![ PyPI Downloads] ( https://static.pepy.tech/badge/paddleocr )] ( https://pepy.tech/projects/paddleocr )
1717[ ![ Used by] ( https://img.shields.io/badge/Used%20by-6k%2B%20repositories-blue )] ( https://github.com/PaddlePaddle/PaddleOCR/network/dependents )
1818[ ![ PyPI version] ( https://img.shields.io/pypi/v/paddleocr )] ( https://pypi.org/project/paddleocr/ )
You can’t perform that action at this time.
0 commit comments