You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_en.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,32 @@ PaddleX 3.0 is a low-code development tool for AI models built on the PaddlePadd
37
37
38
38
## 📣 Recent Updates
39
39
40
+
🔥🔥 **2025.8.19, PaddleX v3.2.0 Released**
41
+
42
+
-**Deployment Capability Upgrades:**
43
+
-**Fully supports PaddlePaddle framework versions 3.1.0 and 3.1.1.**
44
+
-**High-performance inference supports CUDA 12, with backend options including Paddle Inference and ONNX Runtime.**
45
+
-**High-stability serving solution is fully open-sourced, enabling users to customize Docker images and SDKs as needed.**
46
+
- High-stability serving solution supports invocation via manually constructed HTTP requests, allowing client applications to be developed in any programming language.
47
+
48
+
-**Key Model Additions:**
49
+
- Added training, inference, and deployment support for PP-OCRv5 English, Thai, and Greek recognition models. **The PP-OCRv5 English model delivers an 11% improvement over the main PP-OCRv5 model in English scenarios, with the Thai model achieving an accuracy of 82.68% and the Greek model 89.28%.**
50
+
51
+
-**Benchmark Enhancements:**
52
+
-**All pipelines support fine-grained benchmarking, enabling the measurement of end-to-end inference time as well as per-layer and per-module latency data to assist with performance analysis.**
53
+
-**Added key metrics such as inference latency and memory usage for commonly used configurations on mainstream hardware to the documentation, providing deployment reference for users.**
54
+
55
+
-**Bug Fixes:**
56
+
- Fixed an issue where invalid input image file formats could cause recursive calls.
57
+
- Resolved ineffective parameter settings for chart recognition, seal recognition, and document pre-processing in the configuration files for the PP-DocTranslation and PP-StructureV3 pipelines.
58
+
- Fixed an issue where PDF files were not properly closed after inference.
59
+
60
+
-**Other Updates:**
61
+
-**Added support for Windows users with NVIDIA 50-series graphics cards; users can install the corresponding PaddlePaddle framework version as per the installation guide.**
62
+
-**The PP-OCR model series now supports returning coordinates for individual characters.**
63
+
- The `model_name` parameter in `PaddlePredictorOption` has been moved to `PaddleInfer`, improving usability.
64
+
- Refactored the official model download logic, with new support for multiple model hosting platforms such as AIStudio and ModelScope.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.en.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,32 @@ comments: true
6
6
7
7
## Latest Version Information
8
8
9
+
### PaddleX v3.2.0(8.19/2025)
10
+
11
+
-**Deployment Capability Upgrades:**
12
+
-**Fully supports PaddlePaddle framework versions 3.1.0 and 3.1.1.**
13
+
-**High-performance inference supports CUDA 12, with backend options including Paddle Inference and ONNX Runtime.**
14
+
-**High-stability serving solution is fully open-sourced, enabling users to customize Docker images and SDKs as needed.**
15
+
- High-stability serving solution supports invocation via manually constructed HTTP requests, allowing client applications to be developed in any programming language.
16
+
17
+
-**Key Model Additions:**
18
+
- Added training, inference, and deployment support for PP-OCRv5 English, Thai, and Greek recognition models. **The PP-OCRv5 English model delivers an 11% improvement over the main PP-OCRv5 model in English scenarios, with the Thai model achieving an accuracy of 82.68% and the Greek model 89.28%.**
19
+
20
+
-**Benchmark Enhancements:**
21
+
-**All pipelines support fine-grained benchmarking, enabling the measurement of end-to-end inference time as well as per-layer and per-module latency data to assist with performance analysis.**
22
+
-**Added key metrics such as inference latency and memory usage for commonly used configurations on mainstream hardware to the documentation, providing deployment reference for users.**
23
+
24
+
-**Bug Fixes:**
25
+
- Fixed an issue where invalid input image file formats could cause recursive calls.
26
+
- Resolved ineffective parameter settings for chart recognition, seal recognition, and document pre-processing in the configuration files for the PP-DocTranslation and PP-StructureV3 pipelines.
27
+
- Fixed an issue where PDF files were not properly closed after inference.
28
+
29
+
-**Other Updates:**
30
+
-**Added support for Windows users with NVIDIA 50-series graphics cards; users can install the corresponding PaddlePaddle framework version as per the installation guide.**
31
+
-**The PP-OCR model series now supports returning coordinates for individual characters.**
32
+
- The `model_name` parameter in `PaddlePredictorOption` has been moved to `PaddleInfer`, improving usability.
33
+
- Refactored the official model download logic, with new support for multiple model hosting platforms such as AIStudio and ModelScope.
0 commit comments