hwp_compare_with_template
Evaluate a result document against a template by measuring format, structure, and content quality with adjustable weights.
Instructions
결과 문서를 템플릿과 비교하여 format/structure/content 점수 산출. (v0.7.2.3 신규) extract_template_structure + analyze_writing_patterns 양쪽 호출 후 가중 합산. self vs self = 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weight | No | 가중치 (기본 0.4/0.4/0.2) | |
| result_path | Yes | 비교 대상 결과 문서 | |
| template_path | Yes | 기준 템플릿 문서 |