hwp_enumerate_nested_tables
Enumerate all tables, including nested ones, in an HWPX document as a tree structure. Uses DFS traversal to recursively discover top-level tables and nested tables within cells.
Instructions
HWPX 문서의 모든 표(중첩 포함)를 트리 구조로 열거합니다. (v0.7.2.1 신규) DFS 순회로 top-level 표 + 각 셀 내부의 nested 표를 재귀적으로 발견. 출력: NestedTableNode[] (path, rows, cols, children).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | 대상 HWPX 파일 경로 |