doc-to-markdown
Installation
SKILL.md
Doc-to-Markdown (Word → Markdown)
Convert Microsoft Word .doc / .docx into:
- a clean Markdown file (
.md) - plus an optional images folder (
*_images/) with relative image links
This is designed to keep Markdown small (good for humans + LLMs) while preserving diagrams.
Quickstart (copy/paste)
# 1) Convert a single file (.docx or .doc)
python3 convert_word_to_markdown.py "path/to/document.docx"
# 2) Embedded mode (single self-contained .md, very large)
python3 convert_word_to_markdown.py --embedded "path/to/document.docx"