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 发布 - 修复使用模型下载命令时,部分新增模型未下载的问题