Read a Word document
doc_readCall this tool to extract the text of an existing .docx. Returns an outline of the headings and the full text in document order, or the block structure. Free and unlimited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Name of a document uploaded with doc_upload | |
| format | No | text (default) returns the readable text, json returns the block structure in document order | |
| docx_base64 | No | The .docx itself, base64-encoded, instead of uploading it first |