Documentation Index
Fetch the complete documentation index at: https://docs.trueparser.com/llms.txt
Use this file to discover all available pages before exploring further.
OpenDoc
Use this contract for OpenDocument and related package outputs. It is designed for open-format content pipelines that need consistent extraction across ODT, ODS, ODP, and related packages for interoperability, conversion, content normalization, and archive-ready publishing workflows.Top-level envelope
Document fields
| Field | Notes |
|---|---|
source_file, document_name | Source file and display name. |
format | Concrete source format such as odt, ods, or odp. |
format_family | Public family marker such as text_document, spreadsheet, presentation, drawing, formula, publication_package, data_table, layout_document, or odf_generic. |
title, author, subject, company | Document metadata fields. |
created_at, modified_at | Timestamps when available. |
is_partial | Public completeness flag. |
metadata | Additive document metadata. |
page_count, sheet_count, slide_count, record_count | Summary counts when available. |
Universal content/block shape
Every public content record uses the same base shape.| Field | Notes |
|---|---|
id | Stable record id. |
type | Public record type. |
path | Public structural path. |
parent_id | Parent record id. |
depth | Structural depth. |
page_number | Page-like reference when applicable. |
source_ref | Provenance object. |
is_inferred | Inference marker. |
chunk_hint | Present only when you request it. |
text | Searchable text projection. |
attributes | OpenDoc-specific structured data. |
section, heading, paragraph, list, list_item, code, table, row, and cell.
Warnings
warningsis always present.- Use plain strings.
- Keep warnings readable.
- Do not use warnings to replace structure or provenance.
What clients can rely on
- The contract stays compact and stable.
- Structure stays explicit.
attributesholds family-specific details.- Optional fields may be omitted when they do not apply.
- The public contract does not expose internal transport or worker details.

