mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
* add parsing for formatting tags in HTML backend Signed-off-by: Roman Kayan BAZG <roman.kayan@bazg.admin.ch> fix latest tests + wiki_duck result files. Signed-off-by: Roman Kayan BAZG <roman.kayan@bazg.admin.ch> * convert _collect_parent_format_tags to staticmethod Signed-off-by: Roman Kayan BAZG <roman.kayan@bazg.admin.ch> --------- Signed-off-by: Roman Kayan BAZG <roman.kayan@bazg.admin.ch>
36 lines
1.9 KiB
Plaintext
Vendored
36 lines
1.9 KiB
Plaintext
Vendored
item-0 at level 0: unspecified: group _root_
|
|
item-1 at level 1: title: Introduction to parsing HTML files with Docling
|
|
item-2 at level 2: picture
|
|
item-2 at level 3: caption: Docling
|
|
item-3 at level 2: text: Docling simplifies document proc ... ntegrations with the gen AI ecosystem.
|
|
item-4 at level 2: section_header: Supported file formats
|
|
item-5 at level 3: text: Docling supports multiple file formats..
|
|
item-6 at level 3: list: group list
|
|
item-7 at level 4: list_item: Advanced PDF understanding
|
|
item-8 at level 4: picture
|
|
item-8 at level 5: caption: PDF
|
|
item-9 at level 4: list_item: Microsoft Office DOCX
|
|
item-10 at level 4: picture
|
|
item-10 at level 5: caption: DOCX
|
|
item-11 at level 4: list_item: HTML files (with optional support for images)
|
|
item-12 at level 4: picture
|
|
item-12 at level 5: caption: HTML
|
|
item-13 at level 3: section_header: Three backends for handling HTML files
|
|
item-14 at level 4: text: Docling has three backends for parsing HTML files:
|
|
item-15 at level 4: list: group ordered list
|
|
item-16 at level 5: list_item:
|
|
item-17 at level 6: inline: group group
|
|
item-18 at level 7: text: HTMLDocumentBackend
|
|
item-19 at level 7: text: Ignores images
|
|
item-20 at level 5: list_item:
|
|
item-21 at level 6: inline: group group
|
|
item-22 at level 7: text: HTMLDocumentBackendImagesInline
|
|
item-23 at level 7: text: Extracts images inline
|
|
item-24 at level 5: list_item:
|
|
item-25 at level 6: inline: group group
|
|
item-26 at level 7: text: HTMLDocumentBackendImagesReferenced
|
|
item-27 at level 7: text: Extracts images as references
|
|
item-28 at level 1: caption: Docling
|
|
item-29 at level 1: caption: PDF
|
|
item-30 at level 1: caption: DOCX
|
|
item-31 at level 1: caption: HTML |