extract_document_data
Extract metadata, text, or structure (paragraphs/sheets/slides) from Word, Excel, or PowerPoint files. Read-only, never modifies the original.
Instructions
Read data from a document: metadata (author/title/etc.), text (plain text plus a block count), or structure (paragraphs/sheets/slides). Read-only — never modifies the input file. To compare two documents, use compare_documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | What to extract: metadata, text, or structure. | metadata |
| options | No | Tool options. | |
| input_path | Yes | Path to the source document. |