word_read_table_structure
Extract a Word table's row and column counts, cell text, and paragraph IDs by providing the document path and table index.
Instructions
Read a table's row/col counts and each cell's text and paraIds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .docx file | |
| table_index | Yes | Index of the table in document order, starting at 0 |