mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-24 02:54:25 +00:00
* A new HTML backend that handles styled html (ignors it) as well as images. Images are parsed as placeholders with a caption, if it exists. Co-authored-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Co-authored-by: vaaale <2428222+vaaale@users.noreply.github.com> Signed-off-by: Alexander Vaagan <alexander.vaagan@gmail.com> Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Signed-off-by: vaaale <2428222+vaaale@users.noreply.github.com> * tests(HTML): re-enable test_ordered_lists Re-enable test_ordered_lists regression test for the HTML backend since docling-core now supports ordered lists with custom start value. Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> --------- Signed-off-by: Alexander Vaagan <alexander.vaagan@gmail.com> Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Signed-off-by: vaaale <2428222+vaaale@users.noreply.github.com> Co-authored-by: Alexander Vaagan <2428222+vaaale@users.noreply.github.com>
720 B
Vendored
720 B
Vendored
Introduction to parsing HTML files with Docling
Docling
Docling simplifies document processing, parsing diverse formats — including HTML — and providing seamless integrations with the gen AI ecosystem.
Supported file formats
Docling supports multiple file formats..
- Advanced PDF understanding PDF
- Microsoft Office DOCX DOCX
- HTML files (with optional support for images) HTML
Three backends for handling HTML files
Docling has three backends for parsing HTML files:
- HTMLDocumentBackend Ignores images
- HTMLDocumentBackendImagesInline Extracts images inline
- HTMLDocumentBackendImagesReferenced Extracts images as references