From d5fa9d838bd64d0c16ef04b3f6d07236df467590 Mon Sep 17 00:00:00 2001 From: Nasty Date: Wed, 25 Dec 2024 11:18:11 +0300 Subject: [PATCH] new version 2.3.2 --- VERSION | 2 +- docs/source/changelog.rst | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index a6254504..e7034819 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.1 \ No newline at end of file +2.3.2 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3ecf0ada..e47341b3 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,15 +1,22 @@ Changelog ========= +v2.3.2 (2024-12-25) +------------------- +Release note: `v2.3.2 `_ + +* Improve merging multi-page tables in `PdfTabbyReader`. +* Stop parsing after client disconnection (for API usage, see `issue 488 `_). + v2.3.1 (2024-11-15) ------------------- Release note: `v2.3.1 `_ -* Fix bug with bold lines in `DocxReader` (see `issue 479 `_) -* Upgraded requirements.txt (beautifulsoup4 to 4.12.3 version) -* Added support for external grobid (added support parameter "Authorization") -* Added GOST (Russian government standard) frame recognition in `PdfTabbyReader` (`need_gost_frame_analysis` parameter) -* Update documentation (added GOST frame recognition) +* Fix bug with bold lines in `DocxReader` (see `issue 479 `_). +* Upgraded requirements.txt (beautifulsoup4 to 4.12.3 version). +* Added support for external grobid (added support env variable `GROBID_AUTH_KEY` for "Authorization" in request header). +* Added GOST (Russian government standard) frame recognition in `PdfTabbyReader` (`need_gost_frame_analysis` parameter). +* Update documentation (added GOST frame recognition). v2.3 (2024-09-19) -----------------