Skip to content

Commit e3ae3a9

Browse files
authored
update index (PaddlePaddle#15236)
1 parent 0f2feb7 commit e3ae3a9

File tree

2 files changed

+92
-2
lines changed

2 files changed

+92
-2
lines changed

docs/index.en.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,52 @@ hide:
44
- navigation
55
- toc
66
---
7+
<div align="center">
8+
<p>
9+
<a href="https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html" target="_blank">
10+
<img width="100%" src="./images/Banner.png" alt="PaddleOCR Banner"></a>
11+
</p>
12+
</div>
13+
14+
Since its initial release, PaddleOCR has gained widespread acclaim across academia, industry, and research communities, thanks to its cutting-edge algorithms and proven performance in real-world applications. It’s already powering popular open-source projects like Umi-OCR, OmniParser, MinerU, and RAGFlow, making it the go-to OCR toolkit for developers worldwide.
15+
16+
On May 20, 2025, the PaddlePaddle team unveiled PaddleOCR 3.0, fully compatible with the official release of the [PaddlePaddle 3.0](https://github.com/PaddlePaddle/Paddle) framework. This update further **boosts text-recognition accuracy**, adds support for **multiple text-type recognition** and **handwriting recognition**, and meets the growing demand from large-model applications for **high-precision parsing of complex documents**. When combined with the **ERNIE 4.5T**, it significantly enhances key-information extraction accuracy. PaddleOCR 3.0 also introduces support for domestic hardware platforms such as **KUNLUNXIN** and **Ascend**.
17+
18+
Three Major New Features in PaddleOCR 3.0
19+
- 🖼️ Universal-Scene Text Recognition Model [PP-OCRv5](./docs/version3.x/algorithm/PP-OCRv5/PP-OCRv5.en.md): A single model that handles five different text types plus complex handwriting. Overall recognition accuracy has increased by 13 percentage points over the previous generation.
20+
21+
- 🧮 General Document-Parsing Solution [PP-StructureV3](./docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.en.md): Delivers high-precision parsing of multi-layout, multi-scene PDFs, outperforming many open- and closed-source solutions on public benchmarks.
22+
23+
- 📈 Intelligent Document-Understanding Solution [PP-ChatOCRv4](./docs/version3.x/algorithm/PP-ChatOCRv4/PP-ChatOCRv4.en.md): Natively powered by the WenXin large model 4.5T, achieving 15.7 percentage points higher accuracy than its predecessor.
24+
25+
In addition to providing an outstanding model library, PaddleOCR 3.0 also offers user-friendly tools covering model training, inference, and service deployment, so developers can rapidly bring AI applications to production.
26+
<div align="center">
27+
<p>
28+
<a href="https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html" target="_blank">
29+
<img width="100%" src="./images/Arch.png" alt="PaddleOCR Architecture"></a>
30+
</p>
31+
</div>
32+
33+
You can [Quick Start](#-quick-start) directly, find comprehensive documentation in the [PaddleOCR Docs](https://paddlepaddle.github.io/PaddleOCR/main/index.html), get support via [Github Issus](https://github.com/PaddlePaddle/PaddleOCR/issues), and explore our OCR courses on [OCR courses on AIStudio](https://aistudio.baidu.com/course/introduce/25207).
34+
35+
## 🔄 Quick Overview of Execution Results
736

837
<div align="center">
9-
<img src="https://github.com/PaddlePaddle/PaddleOCR/releases/download/v2.9.1/PaddleOCR_log.png" align="middle" width = "600"/>
38+
<p>
39+
<a href="https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html" target="_blank">
40+
<img width="100%" src="./images/demo.gif" alt="PP-OCRv5 Demo"></a>
41+
</p>
1042
</div>
43+
44+
<div align="center">
45+
<p>
46+
<a href="https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html" target="_blank">
47+
<img width="100%" src="./images/blue_v3.gif" alt="PP-StructureV3 Demo"></a>
48+
</p>
49+
</div>
50+
51+
## 👩‍👩‍👧‍👦 Community
52+
* 👫 Join the [PaddlePaddle Community](https://github.com/PaddlePaddle/community), where you can engage with [paddlepaddle developers](https://www.paddlepaddle.org.cn/developercommunity), researchers, and enthusiasts from around the world.
53+
* 🎓 Learn from experts through workshops, tutorials, and Q&A sessions [hosted by the AI Studio](https://aistudio.baidu.com/learn/center).
54+
* 🏆 Participate in [hackathons, challenges, and competitions](https://aistudio.baidu.com/competition) to showcase your skills and win exciting prizes.
55+
* 📣 Stay updated with the latest news, announcements, and events by following our [Twitter](https://x.com/PaddlePaddle) and [WeChat](https://mp.weixin.qq.com/s/MAdo7fZ6dfeGcCQUtRP2ag).

docs/index.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,50 @@ hide:
66
---
77

88
<div align="center">
9-
<img src="https://github.com/PaddlePaddle/PaddleOCR/releases/download/v2.9.1/PaddleOCR_log.png" align="middle" width = "600"/>
9+
<p>
10+
<a href="https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html" target="_blank">
11+
<img width="100%" src="./images/Banner_cn.png" alt="PaddleOCR Banner"></a>
12+
</p>
1013
</div>
14+
15+
16+
PaddleOCR自发布以来凭借学术前沿算法和产业落地实践,受到了产学研各方的喜爱,并被广泛应用于众多知名开源项目,例如:Umi-OCR、OmniParser、MinerU、RAGFlow等,已成为广大开发者心中的开源OCR领域的首选工具。2025年5月20日,飞桨团队发布**PaddleOCR 3.0**,全面适配[飞桨框架3.0](https://github.com/PaddlePaddle/Paddle)正式版,进一步**提升文字识别精度**,支持**多文字类型识别****手写体识别**,满足大模型应用对**复杂文档高精度解析**的旺盛需求,结合**文心大模型4.5 Turbo**显著提升关键信息抽取精度,并新增**对昆仑芯、昇腾等国产硬件**的支持。
17+
18+
PaddleOCR 3.0**新增**三大特色能力::
19+
- 🖼️全场景文字识别模型[PP-OCRv5](docs/version3.x/algorithm/PP-OCRv5/PP-OCRv5.md):单模型支持五种文字类型和复杂手写体识别;整体识别精度相比上一代**提升13个百分点**
20+
- 🧮通用文档解析方案[PP-StructureV3](docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.md):支持多场景、多版式 PDF 高精度解析,在公开评测集中**领先众多开源和闭源方案**
21+
- 📈智能文档理解方案[PP-ChatOCRv4](docs/version3.x/algorithm/PP-ChatOCRv4/PP-ChatOCRv4.md):原生支持文心大模型4.5 Turbo,精度相比上一代**提升15.7个百分点**
22+
23+
PaddleOCR 3.0除了提供优秀的模型库外,还提供好学易用的工具,覆盖模型训练、推理和服务化部署,方便开发者快速落地AI应用。
24+
<div align="center">
25+
<p>
26+
<a href="https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html" target="_blank">
27+
<img width="100%" src="./images/Arch_cn.png" alt="PaddleOCR Architecture"></a>
28+
</p>
29+
</div>
30+
31+
您可直接[快速开始](#-快速开始),或查阅完整的 [PaddleOCR 文档](https://paddlepaddle.github.io/PaddleOCR/main/index.html),或通过 [Github Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) 获取支持,或在 [AIStudio 课程平台](https://aistudio.baidu.com/course/introduce/25207) 探索我们的 OCR 课程。
32+
33+
34+
## 🔄 快速一览运行效果
35+
36+
<div align="center">
37+
<p>
38+
<a href="https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html" target="_blank">
39+
<img width="100%" src="./images/demo.gif" alt="PP-OCRv5 Demo"></a>
40+
</p>
41+
</div>
42+
43+
<div align="center">
44+
<p>
45+
<a href="https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html" target="_blank">
46+
<img width="100%" src="./images/blue_v3.gif" alt="PP-StructureV3 Demo"></a>
47+
</p>
48+
</div>
49+
50+
51+
## 👩‍👩‍👧‍👦 开发者社区
52+
* 👫 加入 [PaddlePaddle 开发者社区](https://github.com/PaddlePaddle/community),与全球开发者、研究人员互动交流
53+
* 🎓 通过 AI Studio 的 [技术研讨会](https://aistudio.baidu.com/learn/center) 学习前沿技术
54+
* 🏆 参与 [黑客马拉松](https://aistudio.baidu.com/competition) 展示才能,赢取奖励
55+
* 📣 关注 [微信公众号](https://mp.weixin.qq.com/s/MAdo7fZ6dfeGcCQUtRP2ag) 获取最新动态

0 commit comments

Comments
 (0)