From 8b8ac3e62ee186e78b5d314505cbdbd0eb11d557 Mon Sep 17 00:00:00 2001 From: myhloli Date: Wed, 10 Sep 2025 14:33:30 +0800 Subject: [PATCH] docs: update changelog for version 2.2.2 release --- README.md | 3 +++ README_zh-CN.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index cd2a48ba..adda0e00 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ # Changelog +- 2025/09/10 2.2.2 Release + - Fixed the issue where the new table recognition model would affect the overall parsing task when some table parsing failed + - 2025/09/08 2.2.1 Released - Fixed the issue where some newly added models were not downloaded when using the model download command. diff --git a/README_zh-CN.md b/README_zh-CN.md index 81b615a0..5edd6c5f 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -44,6 +44,9 @@ # 更新记录 +- 2025/09/10 2.2.2 发布 + - 修复新的表格识别模型在部分表格解析失败时影响整体解析任务的问题 + - 2025/09/08 2.2.1 发布 - 修复使用模型下载命令时,部分新增模型未下载的问题