Skip to content

Commit aaf17fe

Browse files
authored
docs: Update link to Docling (#12)
* docs: Update link to Docling Signed-off-by: Christoph Auer <[email protected]> * Update citation Signed-off-by: Christoph Auer <[email protected]> --------- Signed-off-by: Christoph Auer <[email protected]>
1 parent 05aab27 commit aaf17fe

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
1111
[![License MIT](https://img.shields.io/github/license/ds4sd/docling-core)](https://opensource.org/licenses/MIT)
1212

13-
Docling Core is a library that defines the data types in [Docling](https://ds4sd.github.io), leveraging pydantic models.
13+
Docling Core is a library that defines the data types in [Docling](https://github.com/DS4SD/docling), leveraging pydantic models.
1414

1515
## Installation
1616

@@ -79,13 +79,15 @@ Please read [Contributing to Docling Core](./CONTRIBUTING.md) for details.
7979
If you use Docling Core in your projects, please consider citing the following:
8080

8181
```bib
82-
@software{Docling,
83-
author = {Deep Search Team},
84-
month = {7},
85-
title = {{Docling}},
86-
url = {https://github.com/DS4SD/docling},
87-
version = {main},
88-
year = {2024}
82+
@techreport{Docling,
83+
author = "Deep Search Team",
84+
month = 8,
85+
title = "Docling Technical Report",
86+
url = "https://arxiv.org/abs/2408.09869",
87+
eprint = "2408.09869",
88+
doi = "10.48550/arXiv.2408.09869",
89+
version = "1.0.0",
90+
year = 2024
8991
}
9092
```
9193

0 commit comments

Comments
 (0)