analyze_form
Analyzes a Korean HWPX form and returns fillable fields with identifiers, labels, and style information for automated form filling.
Instructions
Analyze a Korean HWPX form into fillable fields.
Returns fields with field_id (authoritative address), label (alias), kind (empty_cell | inline_blank | ...), insert anchor, and style flags. Use the field_id or label as keys when calling fill_form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |