mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 12:34:22 +00:00
improve docling document concept page
[skip ci] Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
parent
3ec2d9479f
commit
514252ffe6
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user