From 64e12cb92472cdd7a3e24734a3fb5de5bf563ae2 Mon Sep 17 00:00:00 2001 From: myhloli Date: Fri, 5 Sep 2025 18:46:07 +0800 Subject: [PATCH] feat: update changelog for version 2.2.0 with new table recognition model and OCR enhancements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28c57c73..476c61bd 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ # Changelog + - 2025/09/05 2.2.0 Released - Major Updates - In this version, we focused on improving table parsing accuracy by introducing a new [wired table recognition model](https://github.com/RapidAI/TableStructureRec) and a brand-new hybrid table structure parsing algorithm, significantly enhancing the table recognition capabilities of the `pipeline` backend.