diff --git a/docs/version3.x/algorithm/PP-OCRv5/PP-OCRv5.en.md b/docs/version3.x/algorithm/PP-OCRv5/PP-OCRv5.en.md
new file mode 100644
index 0000000000..a139cee474
--- /dev/null
+++ b/docs/version3.x/algorithm/PP-OCRv5/PP-OCRv5.en.md
@@ -0,0 +1,203 @@
+# Introduction to PP-OCRv5
+
+**PP-OCRv5** is the new generation text recognition solution of PP-OCR, focusing on multi-scenario and multi-text type recognition. In terms of text types, PP-OCRv5 supports 5 major mainstream text types: Simplified Chinese, Chinese Pinyin, Traditional Chinese, English, and Japanese. For scenarios, PP-OCRv5 has upgraded recognition capabilities for challenging scenarios such as complex Chinese and English handwriting, vertical text, and uncommon characters. On internal complex evaluation sets across multiple scenarios, PP-OCRv5 achieved a 13 percentage point end-to-end improvement over PP-OCRv4.
+
+
+

+
+
+# Key Metrics
+
+### 1. Text Detection Metrics
+
+
+
+ | Model |
+ Handwritten Chinese |
+ Handwritten English |
+ Printed Chinese |
+ Printed English |
+ Traditional Chinese |
+ Ancient Text |
+ Japanese |
+ General Scenario |
+ Pinyin |
+ Rotation |
+ Distortion |
+ Artistic Text |
+ Average |
+
+
+
+
+ | PP-OCRv5_server_det |
+ 0.803 |
+ 0.841 |
+ 0.945 |
+ 0.917 |
+ 0.815 |
+ 0.676 |
+ 0.772 |
+ 0.797 |
+ 0.671 |
+ 0.8 |
+ 0.876 |
+ 0.673 |
+ 0.827 |
+
+
+ | PP-OCRv4_server_det |
+ 0.706 |
+ 0.249 |
+ 0.888 |
+ 0.690 |
+ 0.759 |
+ 0.473 |
+ 0.685 |
+ 0.715 |
+ 0.542 |
+ 0.366 |
+ 0.775 |
+ 0.583 |
+ 0.662 |
+
+
+ | PP-OCRv5_mobile_det |
+ 0.744 |
+ 0.777 |
+ 0.905 |
+ 0.910 |
+ 0.823 |
+ 0.581 |
+ 0.727 |
+ 0.721 |
+ 0.575 |
+ 0.647 |
+ 0.827 |
+ 0.525 |
+ 0.770 |
+
+
+ | PP-OCRv4_mobile_det |
+ 0.583 |
+ 0.369 |
+ 0.872 |
+ 0.773 |
+ 0.663 |
+ 0.231 |
+ 0.634 |
+ 0.710 |
+ 0.430 |
+ 0.299 |
+ 0.715 |
+ 0.549 |
+ 0.624 |
+
+
+
+
+Compared to PP-OCRv4, PP-OCRv5 shows significant improvement in all detection scenarios, especially in handwriting, ancient texts, and Japanese detection capabilities.
+
+### 2. Text Recognition Metrics
+
+
+

+
+
+
+
+
+ | Evaluation Set Category |
+ Handwritten Chinese |
+ Handwritten English |
+ Printed Chinese |
+ Printed English |
+ Traditional Chinese |
+ Ancient Text |
+ Japanese |
+ Confusable Characters |
+ General Scenario |
+ Pinyin |
+ Vertical Text |
+ Artistic Text |
+ Weighted Average |
+
+
+
+
+ | PP-OCRv5_server_rec |
+ 0.5807 |
+ 0.5806 |
+ 0.9013 |
+ 0.8679 |
+ 0.7472 |
+ 0.6039 |
+ 0.7372 |
+ 0.5946 |
+ 0.8384 |
+ 0.7435 |
+ 0.9314 |
+ 0.6397 |
+ 0.8401 |
+
+
+ | PP-OCRv4_server_rec |
+ 0.3626 |
+ 0.2661 |
+ 0.8486 |
+ 0.6677 |
+ 0.4097 |
+ 0.3080 |
+ 0.4623 |
+ 0.5028 |
+ 0.8362 |
+ 0.2694 |
+ 0.5455 |
+ 0.5892 |
+ 0.5735 |
+
+
+ | PP-OCRv5_mobile_rec |
+ 0.4166 |
+ 0.4944 |
+ 0.8605 |
+ 0.8753 |
+ 0.7199 |
+ 0.5786 |
+ 0.7577 |
+ 0.5570 |
+ 0.7703 |
+ 0.7248 |
+ 0.8089 |
+ 0.5398 |
+ 0.8015 |
+
+
+ | PP-OCRv4_mobile_rec |
+ 0.2980 |
+ 0.2550 |
+ 0.8398 |
+ 0.6598 |
+ 0.3218 |
+ 0.2593 |
+ 0.4724 |
+ 0.4599 |
+ 0.8106 |
+ 0.2593 |
+ 0.5924 |
+ 0.5555 |
+ 0.5301 |
+
+
+
+
+A single model can cover multiple languages and text types, with recognition accuracy significantly ahead of previous generation products and mainstream open-source solutions.
+
+# PP-OCRv5 Demo Examples
+
+# Deployment and Secondary Development
+* **Multiple System Support**: Compatible with mainstream operating systems including Windows, Linux, and Mac.
+* **Multiple Hardware Support**: Besides NVIDIA GPUs, it also supports inference and deployment on Intel CPU, Kunlun chips, Ascend, and other new hardware.
+* **High-Performance Inference Plugin**: Recommended to combine with high-performance inference plugins to further improve inference speed. See [High-Performance Inference Guide](../../deployment/high_performance_inference.md) for details.
+* **Service Deployment**: Supports highly stable service deployment solutions. See [Service Deployment Guide](../../deployment/serving.md) for details.
+* **Secondary Development Capability**: Supports custom dataset training, dictionary extension, and model fine-tuning. Example: To add Korean recognition, you can extend the dictionary and fine-tune the model, seamlessly integrating into existing production lines. See [Text Recognition Module Usage Tutorial](../../module_usage/text_recognition.md) for details.
diff --git a/docs/version3.x/algorithm/PP-OCRv5/PP-OCRv5.md b/docs/version3.x/algorithm/PP-OCRv5/PP-OCRv5.md
new file mode 100644
index 0000000000..03649a2e8f
--- /dev/null
+++ b/docs/version3.x/algorithm/PP-OCRv5/PP-OCRv5.md
@@ -0,0 +1,207 @@
+# 一、PP-OCRv5简介
+**PP-OCRv5** 是PP-OCR新一代文字识别解决方案,该方案聚焦于多场景、多文字类型的文字识别。在文字类型方面,PP-OCRv5支持简体中文、中文拼音、繁体中文、英文、日文5大主流文字类型,在场景方面,PP-OCRv5升级了中英复杂手写体、竖排文本、生僻字等多种挑战性场景的识别能力。在内部多场景复杂评估集上,PP-OCRv5较PP-OCRv4端到端提升13个百分点。
+
+
+

+
+
+
+# 二、关键指标
+### 1. 文本检测指标
+
+
+
+ | 模型 |
+ 手写中文 |
+ 手写英文 |
+ 印刷中文 |
+ 印刷英文 |
+ 繁体中文 |
+ 古籍文本 |
+ 日文 |
+ 通用场景 |
+ 拼音 |
+ 旋转 |
+ 扭曲 |
+ 艺术字 |
+ 平均 |
+
+
+
+
+ | PP-OCRv5_server_det |
+ 0.803 |
+ 0.841 |
+ 0.945 |
+ 0.917 |
+ 0.815 |
+ 0.676 |
+ 0.772 |
+ 0.797 |
+ 0.671 |
+ 0.8 |
+ 0.876 |
+ 0.673 |
+ 0.827 |
+
+
+ | PP-OCRv4_server_det |
+ 0.706 |
+ 0.249 |
+ 0.888 |
+ 0.690 |
+ 0.759 |
+ 0.473 |
+ 0.685 |
+ 0.715 |
+ 0.542 |
+ 0.366 |
+ 0.775 |
+ 0.583 |
+ 0.662 |
+
+
+ | PP-OCRv5_mobile_det |
+ 0.744 |
+ 0.777 |
+ 0.905 |
+ 0.910 |
+ 0.823 |
+ 0.581 |
+ 0.727 |
+ 0.721 |
+ 0.575 |
+ 0.647 |
+ 0.827 |
+ 0.525 |
+ 0.770 |
+
+
+ | PP-OCRv4_mobile_det |
+ 0.583 |
+ 0.369 |
+ 0.872 |
+ 0.773 |
+ 0.663 |
+ 0.231 |
+ 0.634 |
+ 0.710 |
+ 0.430 |
+ 0.299 |
+ 0.715 |
+ 0.549 |
+ 0.624 |
+
+
+
+
+对比PP-OCRv4,PP-OCRv5在所有检测场景下均有明显提升,尤其在手写、古籍、日文检测能力上表现更优。
+
+### 2. 文本识别指标
+
+
+
+

+
+
+
+
+
+
+ | 评估集类别 |
+ 手写中文 |
+ 手写英文 |
+ 印刷中文 |
+ 印刷英文 |
+ 繁体中文 |
+ 古籍文本 |
+ 日文 |
+ 易混淆字符 |
+ 通用场景 |
+ 拼音 |
+ 竖直文本 |
+ 艺术字 |
+ 加权平均 |
+
+
+
+
+ | PP-OCRv5_server_rec |
+ 0.5807 |
+ 0.5806 |
+ 0.9013 |
+ 0.8679 |
+ 0.7472 |
+ 0.6039 |
+ 0.7372 |
+ 0.5946 |
+ 0.8384 |
+ 0.7435 |
+ 0.9314 |
+ 0.6397 |
+ 0.8401 |
+
+
+ | PP-OCRv4_server_rec |
+ 0.3626 |
+ 0.2661 |
+ 0.8486 |
+ 0.6677 |
+ 0.4097 |
+ 0.3080 |
+ 0.4623 |
+ 0.5028 |
+ 0.8362 |
+ 0.2694 |
+ 0.5455 |
+ 0.5892 |
+ 0.5735 |
+
+
+ | PP-OCRv5_mobile_rec |
+ 0.4166 |
+ 0.4944 |
+ 0.8605 |
+ 0.8753 |
+ 0.7199 |
+ 0.5786 |
+ 0.7577 |
+ 0.5570 |
+ 0.7703 |
+ 0.7248 |
+ 0.8089 |
+ 0.5398 |
+ 0.8015 |
+
+
+ | PP-OCRv4_mobile_rec |
+ 0.2980 |
+ 0.2550 |
+ 0.8398 |
+ 0.6598 |
+ 0.3218 |
+ 0.2593 |
+ 0.4724 |
+ 0.4599 |
+ 0.8106 |
+ 0.2593 |
+ 0.5924 |
+ 0.5555 |
+ 0.5301 |
+
+
+
+
+单模型即可覆盖多语言和多类型文本,识别精度大幅领先前代产品和主流开源方案。
+
+
+# 三、PP-OCRv5 Demo示例
+
+
+
+# 四、部署与二次开发
+* **多系统支持**:兼容Windows、Linux、Mac等主流操作系统。
+* **多硬件支持**:除了英伟达GPU外,还支持Intel CPU、昆仑芯、昇腾等新硬件推理和部署。
+* **高性能推理插件**:推荐结合高性能推理插件进一步提升推理速度,详见[高性能推理指南](../../deployment/high_performance_inference.md)。
+* **服务化部署**:支持高稳定性服务化部署方案,详见[服务化部署指南](../../deployment/serving.md)。
+* **二次开发能力**:支持自定义数据集训练、字典扩展、模型微调。举例:如需增加韩文识别,可扩展字典并微调模型,无缝集成到现有产线,详见[文本识别模块使用教程](../../module_usage/text_recognition.md)