table_to_text
Extract table content from an HWP document as text. Specify the document ID and table index, then choose a delimiter like tab or comma for structured output.
Instructions
Convert a table to text.
Args: doc_id: Document ID from open_document table_index: Index of the table delimiter: Delimiter type ("tab", "comma", "space", "custom") custom_char: Custom delimiter character
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| delimiter | No | tab | |
| custom_char | No | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||