hwp_compare_documents
Compare two HWP documents to identify text differences. Returns a list of changes between the files.
Instructions
두 HWP 문서의 텍스트를 비교하여 차이점을 반환합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path_1 | Yes | 첫 번째 문서 경로 | |
| file_path_2 | Yes | 두 번째 문서 경로 |