Word Read
word_readReads text content from a Word document (.docx file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the .docx file | |
| force_download | No | If the file is stored in the cloud and evicted from this Mac (dataless), request the download and wait for it instead of failing. Off by default: a download can take minutes and use metered data, so it is the caller's decision. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Extracted text content | |
| chars | Yes | Number of characters in the extracted text |