extract_text_hwpx
Extract plain text or Markdown from HWPX files, including table cell text if needed, to reuse content in other workflows.
Instructions
Extract plain text content from an HWPX file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | Output format — "text" (default) or "markdown". | text |
| hwpx_path | Yes | Absolute path to the .hwpx file. | |
| include_tables | No | Whether to include table cell text (default: True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |