docling/tests/data/groundtruth/docling_v2/example_09.html.md
Cesar Berrospi Ramis 86f70128aa
fix(HTML): replace non-standard Unicode characters (#2006)
chore(HTML): replace non-standard Unicode characters for beter downstream tasks

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
2025-07-29 11:05:35 +02:00

716 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:

  1. HTMLDocumentBackend Ignores images
  2. HTMLDocumentBackendImagesInline Extracts images inline
  3. HTMLDocumentBackendImagesReferenced Extracts images as references