Skip to content

Commit e983bd2

Browse files
authored
Merge pull request #154 from artiz/claude/vlm-conformance
DocTags parser in docling-core + VLM corpus-conformance harness (#152, #153)
2 parents 030a352 + fe0ff00 commit e983bd2

13 files changed

Lines changed: 1176 additions & 296 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ mapping, and per-format conformance.
1717
The public API works end to end across **Markdown, CSV, HTML, AsciiDoc, DOCX,
1818
PPTX, XLSX, legacy DOC/XLS/PPT, EPUB, ODF, WebVTT, Email, MHTML, JATS, USPTO,
1919
XBRL, LaTeX, JSON, PDF, images, METS, audio and video** — plus Markdown / docling-JSON output and image
20-
extraction. MHTML is a docling.rs-only extension (docling has no MHTML
20+
extraction. Raw **DocTags** (`.doctags`/`.dt` — the token markup docling's VLMs emit) reads
21+
in through `docling-core`'s tolerant DocTags parser (#152), the same one the
22+
VLM pipeline uses for model responses.
23+
MHTML is a docling.rs-only extension (docling has no MHTML
2124
backend): saved-webpage `.mhtml`/`.mht` archives are parsed as a MIME message
2225
with [`mail-parser`](https://crates.io/crates/mail-parser) (which conforms to
2326
[RFC 2557](https://datatracker.ietf.org/doc/html/rfc2557), the MHTML spec) and

0 commit comments

Comments
 (0)