|
4 | 4 | - navigation
|
5 | 5 | - toc
|
6 | 6 | ---
|
| 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 |
7 | 36 |
|
8 | 37 | <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> |
10 | 42 | </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). |
0 commit comments