소개
HWP 파일을 Markdown으로 변환하는, 실행 파일은 크기가 작으면서 매우 빠른 속도를 자랑하는 도구
소개
Docpler는 HWP 파일을 Markdown으로 변환하는 도구입니다. 실행 파일은 크기가 작으면서 매우 빠른 속도를 자랑합니다.
HWP는 한글과컴퓨터의 한글 워드프로세서 고유 문서 형식으로, 한국의 정부 기관, 법원, 공공기관, 법률 사무소, 학계에서 널리 사용됩니다.
특징
- 빠름 — 네이티브 Rust 엔진 기반
- 정확함 — HWP 5.0 파일에서 문단, 표, 중첩표, 수식, 이미지, 글상자를 파싱
- 다양한 출력 — Markdown, Typst, LaTeX, ZIP 번들 (Pro)
- 유연함 — Python, CLI, MarkItDown, Claude Code, Codex 지원
- 크로스 플랫폼 — macOS (ARM & Intel), Linux, Windows
Free vs Pro
| Free | Pro | |
|---|---|---|
| 문단, 표, 수식, 글상자 | ✅ | ✅ |
| 중첩표 (HTML) | - | ✅ |
| 이미지 추출 | - | ✅ |
| 정밀 Markdown (서식, LaTeX 수식) | - | ✅ |
| Typst / LaTeX 출력 | - | ✅ |
| ZIP 번들 | - | ✅ |
| Markdown → HWP 변환 | - | ✅ |
| Python, CLI, MarkItDown | ✅ | ✅ |
빠른 시작
pip install docplerfrom docpler.hwp import convert
print(convert("document.hwp"))brew install docpler/tap/docplerdocpler convert document.hwppip install markitdown-hwpfrom markitdown import MarkItDown
md = MarkItDown(enable_plugins=True)
result = md.convert("document.hwp")
print(result.text_content)/plugin marketplace add docpler/docpler-claude-plugin
/plugin install docpler@docpler> report.hwp 파일을 읽고 요약해줘CLI 설치 후 Codex에서 바로 사용:
brew install docpler/tap/docpler> docpler convert 로 report.hwp 를 읽고 요약해줘데모
설치 없이 Hugging Face Spaces에서 바로 사용해보세요.