dm2xcod-0.1.8 has been yanked.
dm2xcod
DOCX to Markdown converter. Written in Rust with Python bindings.
Features
- Converts
.docxfiles to Markdown format - Preserves heading hierarchy, text formatting (bold, italic, underline), tables, and images
- Handles DOCX numbering (ordered/unordered lists)
- Korean heading localization support (
--lang ko)
Requirements
- Rust 1.75+
- Python 3.12+ (for Python bindings)
Installation
Python
Rust
[]
= "0.1"
CLI
Usage
Python
=
Rust
use ;
let converter = new;
let markdown = converter.convert.unwrap;
CLI
Build from Source
# Rust library
# Python wheel
License
MIT