Parse complex documents: PDFs, DOCX, PPTX, HTML: with high-fidelity table extraction and built-in OCR.

Overview

Docling is integrated into Semantica’s parse module via the DoclingParser. Documents pass through Docling’s layout engine, then feed directly into Semantica’s extraction and KG pipeline.
  • Multi-format — PDF, DOCX, PPTX, HTML, and more.
  • Table Extraction — High-fidelity table parsing with header detection.
  • OCR Support — Built-in OCR for scanned documents.
  • Markdown Export — Clean Markdown output optimized for LLM consumption.

Installation

Basic Usage

Full Example

DoclingParser Parameters

Parsed Result Structure

See Also