fix: update changelog for version 2.1.10 release and add block overlap issue fix

This commit is contained in:
myhloli
2025-08-01 16:34:06 +08:00
parent 4d0b6a0513
commit 64c7ac0083
2 changed files with 7 additions and 3 deletions

View File

@@ -43,11 +43,13 @@
</div>
# Changelog
- 2025/07/30 version 2.1.9 Released
- 2025/08/01 2.1.10 Released
- Fixed an issue in the `pipeline` backend where block overlap caused the parsing results to deviate from expectations #3232
- 2025/07/30 2.1.9 Released
- `transformers` 4.54.1 version adaptation
- 2025/07/28 version 2.1.8 Released
- 2025/07/28 2.1.8 Released
- `sglang` 0.4.9.post5 version adaptation
- 2025/07/27 version 2.1.7 Released
- 2025/07/27 2.1.7 Released
- `transformers` 4.54.0 version adaptation
- 2025/07/26 2.1.6 Released
- Fixed table parsing issues in handwritten documents when using `vlm` backend

View File

@@ -43,6 +43,8 @@
</div>
# 更新记录
- 2025/08/01 2.1.10 发布
- 修复`pipeline`后端因block覆盖导致的解析结果与预期不符 #3232
- 2025/07/30 2.1.9 发布
- `transformers` 4.54.1 版本适配
- 2025/07/28 2.1.8 发布