From 9e23fd5aa68c0a96bbd15a95b592432d31b137b2 Mon Sep 17 00:00:00 2001 From: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:56:15 +0200 Subject: [PATCH] chore: update DoclingDocument short description in README Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52d0b38c..be814dd5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ poetry run pytest test Docling Core contains 3 top-level data types: -- **DoclingDocument** for publications like books, articles, reports, or patents. When Docling converts an unstructured PDF document, the generated JSON follows this schema. +- **DoclingDocument** for publications like books, articles, reports, or patents. The JSON that can be exported using Docling follows this schema. The DoclingDocument type also models the metadata that may be attached to the converted document. Check [DoclingDocument](docs/DoclingDocument.json) for the full JSON schema. - **Record** for structured database records, centered on an entity or _subject_ that is provided with a list of attributes.