read_word_document
Extract all paragraphs and tables from a Word document by specifying its absolute file path.
Instructions
Read a Word document and return its paragraphs and tables.
Args: path: Absolute path to the .docx file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |