mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
feat(html): Support formatting tags in HTML texts (#2111)
* 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>
This commit is contained in:
@@ -18,10 +18,19 @@ item-0 at level 0: unspecified: group _root_
|
||||
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: HTMLDocumentBackend Ignores images
|
||||
item-17 at level 5: list_item: HTMLDocumentBackendImagesInline Extracts images inline
|
||||
item-18 at level 5: list_item: HTMLDocumentBackendImagesReferenced Extracts images as references
|
||||
item-19 at level 1: caption: Docling
|
||||
item-20 at level 1: caption: PDF
|
||||
item-21 at level 1: caption: DOCX
|
||||
item-22 at level 1: caption: HTML
|
||||
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
|
||||
Reference in New Issue
Block a user