Преглед изворни кода

docs: update changelog for version 2.0.6 release with parsing fixes in vlm mode

myhloli пре 5 месеци
родитељ
комит
cdd7bef996
2 измењених фајлова са 6 додато и 0 уклоњено
  1. 3 0
      README.md
  2. 3 0
      README_zh-CN.md

+ 3 - 0
README.md

@@ -51,6 +51,9 @@ Easier to use: Just grab MinerU Desktop. No coding, no login, just a simple inte
 </div>
 
 # Changelog
+- 2025/06/20 2.0.6 Released
+  - Fixed occasional parsing interruptions caused by invalid block content in `vlm` mode
+  - Fixed parsing interruptions caused by incomplete table structures in `vlm` mode
 - 2025/06/17 2.0.5 Released 
   - Fixed the issue where models were still required to be downloaded in the `sglang-client` mode  
   - Fixed the issue where the `sglang-client` mode unnecessarily depended on packages like `torch` during runtime.

+ 3 - 0
README_zh-CN.md

@@ -50,6 +50,9 @@
 </div>
 
 # 更新记录
+- 2025/06/20 2.0.6发布
+  - 修复`vlm`模式下,某些偶发的无效块内容导致解析中断问题
+  - 修复`vlm`模式下,某些不完整的表结构导致的解析中断问题
 - 2025/06/17 2.0.5发布
   - 修复了`sglang-client`模式下依然需要下载模型的问题
   - 修复了`sglang-client`模式需要依赖`torch`等实际运行不需要的包的问题