From 66ed096c40d134cfed3b3424ab3c896a5e81252a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Aug 2024 12:37:54 +0000 Subject: [PATCH 1/3] chore: bump version to 1.8.5 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a47d5d2..2ad759c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.8.5](https://github.com/DS4SD/docling/releases/tag/v1.8.5) - 2024-08-30 + +### Fix + +* Add unit tests ([#51](https://github.com/DS4SD/docling/issues/51)) ([`48f4d1b`](https://github.com/DS4SD/docling/commit/48f4d1ba5288b54d96740a1132b0d7977bef01cf)) + ## [v1.8.4](https://github.com/DS4SD/docling/releases/tag/v1.8.4) - 2024-08-30 ### Fix diff --git a/pyproject.toml b/pyproject.toml index fe465bc0..0fa4f3f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling" -version = "1.8.4" # DO NOT EDIT, updated automatically +version = "1.8.5" # DO NOT EDIT, updated automatically description = "Docling PDF conversion package" authors = ["Christoph Auer ", "Michele Dolfi ", "Maxim Lysak ", "Nikos Livathinos ", "Ahmed Nassar ", "Peter Staar "] license = "MIT" From 85b7348846c87b28981f23c4855e49857c5bb782 Mon Sep 17 00:00:00 2001 From: Christoph Auer <60343111+cau-git@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:27:29 +0200 Subject: [PATCH 2/3] docs: Mention quackling on README (#58) Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a882411f..77c9964c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Docling bundles PDF document conversion to JSON and Markdown in an easy, self-co * 📝 Extracts metadata from the document, such as title, authors, references and language * 🔍 Optionally applies OCR (use with scanned PDFs) +Doing RAG or Q/A? Also consider [Quackling](https://github.com/DS4SD/quackling) to get the most out of your documents. + ## Installation To use Docling, simply install `docling` from your package manager, e.g. pip: From 69e5d951a389a9d36134629cfa2a0496c3bf095a Mon Sep 17 00:00:00 2001 From: Christoph Auer <60343111+cau-git@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:34:38 +0200 Subject: [PATCH 3/3] docs: Update MAINTAINERS.md (#59) * docs: Update MAINTAINERS.md Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> * Update MAINTAINERS.md Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> * Update MAINTAINERS.md Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> --------- Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> --- MAINTAINERS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 65a2b699..a2b8a4ff 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -4,7 +4,8 @@ - Michele Dolfi - [@dolfim-ibm](https://github.com/dolfim-ibm) - Maxim Lysak - [@maxmnemonic](https://github.com/maxmnemonic) - Nikos Livathinos - [@nikos-livathinos](https://github.com/nikos-livathinos) -- Ahmed Nassar [@nassarofficial](https://github.com/nassarofficial) +- Ahmed Nassar - [@nassarofficial](https://github.com/nassarofficial) +- Panos Vagenas - [@vagenas](https://github.com/vagenas) - Peter Staar - [@PeterStaar-IBM](https://github.com/PeterStaar-IBM) -Maintainers can be contacted at [deepsearch-core@zurich.ibm.com](mailto:deepsearch-core@zurich.ibm.com). \ No newline at end of file +Maintainers can be contacted at [deepsearch-core@zurich.ibm.com](mailto:deepsearch-core@zurich.ibm.com).