get_document_stats
Analyzes a .docx file to return word count, character count, page estimate, heading sections, and table count.
Instructions
Get statistics for a .docx document: word count, character count, estimated page count (at 250 words/page), number of sections (headings), and number of tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the .docx file to analyze |