From 574544437fb942fac750d79ac8ff07cdfe11df50 Mon Sep 17 00:00:00 2001 From: Bogatenkova Anastasiya Date: Mon, 25 Dec 2023 16:15:32 +0300 Subject: [PATCH] new version 2.0 (#390) --- VERSION | 2 +- docs/source/changelog.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8cfbc905..415b19fc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +2.0 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a224cbe2..3dd5a20a 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,18 @@ Changelog ========= +v2.0 (2023-12-25) +----------------- +Release note: `v2.0 `_ + +* Fix table extraction from PDF using empty config (see `issue `_) +* Add more benchmarks for Tesseract +* Fix extension extraction for file names with several dots +* Change names of some methods and their parameters for all main classes (attachments extractors, converters, readers, metadata extractors, structure extractors, structure constructors). + Please look to the `Package reference` of `documentation `_ for more details +* Add `AttachAnnotation` and `TableAnnotation` to `PPTX` (see `discussion `_) +* Fix bugs in `DOCX` handling (see issues `378 `_, `379 `_ + v1.1.1 (2023-11-24) ------------------- Release note: `v1.1.1 `_