hwp_delete_guide_text
Automatically remove guide text and notes from HWP documents before submission. Choose to delete literal text, entire guide table, or both, with optional content extraction.
Instructions
양식의 작성요령/가이드 텍스트를 자동 삭제합니다. v0.7.5.4 업그레이드: scope="text"(기존 텍스트 리터럴), "table"(작성요령 박스 표 전체 삭제), "both"(둘 다). 공공기관 양식 작성 후 제출 전에 사용. 기본 scope="both" 권장. v0.7.7: extract_first=true 로 삭제 전 작성요령 내용 자동 추출.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | 삭제 범위 (기본 text, 양식 정리는 both 권장) | |
| patterns | No | 삭제할 텍스트 패턴 목록 (기본: <작성요령>, <유의사항> 확장) | |
| extract_first | No | 삭제 전 작성요령 내용 추출 (v0.7.7 신규, 기본 false) | |
| table_keywords | No | 작성요령 표 감지 키워드 (기본: 작성요령/유의사항/참고/주의사항) |