From 4f40a84809915fcf1529c771aef75b3ee849083d Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:57:28 +0200 Subject: [PATCH] docs: add technical paper ref Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1acb5c71..75c58b4d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ # Docling +[![arXiv](https://img.shields.io/badge/arXiv-2408.09869-b31b1b.svg)](https://arxiv.org/abs/2408.09869) [![PyPI version](https://img.shields.io/pypi/v/docling)](https://pypi.org/project/docling/) ![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue) [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) @@ -136,10 +137,12 @@ If you use Docling 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}, +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} } ```