Browse Source

Update changelog for version 2.5.4 to document PDF identification fix

myhloli 1 month ago
parent
commit
eb01b7acf9
2 changed files with 7 additions and 0 deletions
  1. 3 0
      README.md
  2. 4 0
      README_zh-CN.md

+ 3 - 0
README.md

@@ -44,6 +44,9 @@
 
 # Changelog
 
+- 2025/09/26 2.5.4 released  
+  - Fixed an issue where some `PDF` files were mistakenly identified as `AI` files, causing parsing failures
+
 - 2025/09/20 2.5.3 Released
   - Dependency version range adjustment to enable Turing and earlier architecture GPUs to use vLLM acceleration for MinerU2.5 model inference.
   - `pipeline` backend compatibility fixes for torch 2.8.0.

+ 4 - 0
README_zh-CN.md

@@ -43,6 +43,10 @@
 </div>
 
 # 更新记录
+
+- 2025/09/26 2.5.4 发布
+  - 修复部分`pdf`文件被识别成`ai`文件导致无法解析的问题
+
 - 2025/09/20 2.5.3 发布
   - 依赖版本范围调整,使得Turing及更早架构显卡可以使用vLLM加速推理MinerU2.5模型。
   - `pipeline`后端对torch 2.8.0的一些兼容性修复。