Skip to content

v3.2.1

Choose a tag to compare

@cuicheng01 cuicheng01 released this 29 Aug 11:51
· 4 commits to release/3.2 since this release
ca49e57

2025.8.29 v3.2.1 released

  • Bug Fixes:
    • Fixed a potential array overflow issue in the formula recognition module of PP-StructureV3 during pipeline inference.
    • Optimized the model download logic: when the model weight file already exists locally, the system will no longer re-download it, ensuring usability in offline environments.
    • Updated the high-stability serving image dependencies to be compatible with PaddleX 3.2.0; fixed path errors in the upload and cleanup scripts for the high-stability serving image, as well as typos in the documentation.
    • Fixed issues of invalid escape sequences in the formula recognition model post-processing stage in Python 3.12, as well as the potential Regular Expression Denial of Service (ReDoS) vulnerability.

2025.8.29 v3.2.1 发布

  • Bug修复:
    • 修复了PP-StructureV3在产线推理过程中,公式识别模块可能出现的数组溢出的隐患。
    • 优化了模型下载逻辑:当本地已存在模型权重文件时,系统将不再重新下载,确保在离线环境下的可用性。
    • 更新高稳定性服务化部署镜像依赖,适配PaddleX 3.2.0;修复高稳定服务化部署镜像上传与清理脚本中的路径错误以及文档中的typo。
    • 修复了在 Python 3.12 中公式识别模型后处理阶段的无效转义符问题,以及潜在的正则表达式拒绝服务(ReDoS)问题。

Full Changelog: v3.2.0...v3.2.1