improve docling document concept page

[skip ci]

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
Panos Vagenas 2024-10-17 09:55:51 +02:00
parent 3ec2d9479f
commit 514252ffe6
2 changed files with 5 additions and 4 deletions

View File

@ -11,9 +11,10 @@ It also brings a set of document construction APIs to build up a `DoclingDocumen
## Example document structures
To illustrate the features of the `DoclingDocument` format, consider the following side-by-side comparison of a
`DoclingDocument` converted from `test/data/word_sample.docx`. Left side shows snippets from the converted document
serialized as YAML, right side shows the corresponding visual parts in MS Word.
To illustrate the features of the `DoclingDocument` format, in the subsections below we consider the
`DoclingDocument` converted from `tests/data/word_sample.docx` and we present some side-by-side comparisons,
where the left side shows snippets from the converted document
serialized as YAML and the right one shows the corresponding parts of the original MS Word.
### Basic structure

View File

@ -57,7 +57,7 @@ nav:
- Usage: usage.md
- Docling v2: v2.md
- Concepts:
- Docling Document: concepts/docling_format.md
- Docling Document: concepts/docling_document.md
# - Chunking: concepts/chunking.md
- Examples:
- Conversion: