detect_format
Identifies whether a document is in HWPX, HWP, or unknown format. Returns the format type and status for further processing.
Instructions
Detect a document's format. Returns {format: hwpx|hwp|unknown, ok, ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |