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/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). 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: diff --git a/pyproject.toml b/pyproject.toml index 33964b57..f338654a 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"