Docx extras
docx_extrasExtract comments, footnotes, headers, footers, and numbering from DOCX files as structured data, including content that standard document readers overlook.
Instructions
Reads a docx's own comments, footnotes, headers, footers, and numbering definitions -- data documents.js's ContentDocument pivot cannot carry, so ordinary document-reading tools never see it. Returns the real DocxExtras object (comments/footnotes/headers/footers/numbering) as structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The docx document to read. |