What problem does it solve?
It solves the problem of turning Korean HWP-family documents into AI- and RAG-ready content by converting HWP/HWPX/HWPML into clean Markdown while preserving headings, tables, lists, images, footnotes, and hyperlinks.
Core Features & Use Cases
- HWP-family to Markdown conversion: Converts
.hwp, .hwpx, and .hwpml into readable Markdown with extracted document structure for downstream analysis.
- Structured extraction for LLM workflows: Extracts text, headings, tables (best-effort), lists, images, footnotes, and hyperlinks so you can prepare government/enterprise documents for retrieval and review.
- Post-processing for usability: Flattens problematic merged-cell tables into GFM-friendly formats and strips Hancom Private Use Area glyphs that often render incorrectly without the original fonts.
Quick Start
Convert an attached Korean HWP file to Markdown and place the output next to the source file by telling the assistant: "Convert input_path to Markdown output_path using oma-hwp."