diff --git a/VERSION b/VERSION index 7c327287..61618788 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.2 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 9163e2e9..a49a089d 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,11 +1,23 @@ Changelog ========= + +v2.2 (2023-04-17) +----------------- +Release note: `v2.2 `_ + +* `PdfTabbyReader` improved: bugs fixes, speed increase of partial PDF extraction (with parameter `pages`). +* Added benchmarks for evaluation of PDF readers performance. +* Added `ReferenceAnnotation` class. +* Fixed bug in `can_read` method for all readers. +* Added `article` structure type for parsing scientific articles using `GROBID `_ (`ArticleReader`, `ArticleStructureExtractor`). + v2.1.1 (2024-03-21) +------------------- Release note: `v2.1.1 `_ * Update README.md. * Update table and time benchmarks. -* Re-label line-classifier datasets (law, diploma, paragraphs datasets). +* Re-label line-classifier datasets (law, tz, diploma, paragraphs datasets). * Update tasker creators (for the labeling system). * Fix HTML table parsing.