From 79c56c2fc4e94339f311e5d2ecf246cece068f0d Mon Sep 17 00:00:00 2001 From: Christoph Auer <60343111+cau-git@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:43:15 +0200 Subject: [PATCH 1/2] docs: Update link to Docling Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d07b5641..1cbe65fb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![License MIT](https://img.shields.io/github/license/ds4sd/docling-core)](https://opensource.org/licenses/MIT) -Docling Core is a library that defines the data types in [Docling](https://ds4sd.github.io), leveraging pydantic models. +Docling Core is a library that defines the data types in [Docling](https://github.com/DS4SD/docling), leveraging pydantic models. ## Installation From 5fcc12438e9040158df249d7d9114d266c88747f Mon Sep 17 00:00:00 2001 From: Christoph Auer <60343111+cau-git@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:43:49 +0200 Subject: [PATCH 2/2] Update citation Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1cbe65fb..535d032f 100644 --- a/README.md +++ b/README.md @@ -79,13 +79,15 @@ Please read [Contributing to Docling Core](./CONTRIBUTING.md) for details. If you use Docling Core in your projects, please consider citing the following: ```bib -@software{Docling, -author = {Deep Search Team}, -month = {7}, -title = {{Docling}}, -url = {https://github.com/DS4SD/docling}, -version = {main}, -year = {2024} +@techreport{Docling, + author = "Deep Search Team", + month = 8, + title = "Docling Technical Report", + url = "https://arxiv.org/abs/2408.09869", + eprint = "2408.09869", + doi = "10.48550/arXiv.2408.09869", + version = "1.0.0", + year = 2024 } ```