Use this template when validating miku-docx2md with local real .docx files.
Do not commit private, sensitive, or customer documents. Record only anonymized observations and recurring patterns that are safe to keep in the repository.
| ID | Document type | Key features | Browser result | CLI result | Asset result | Notes |
|---|---|---|---|---|---|---|
| doc-001 | memo / specification / report / other | headings, lists, tables, links, images | pass / issue | pass / issue | pass / issue / n/a |
For each document, confirm:
Run:
npm run cli -- ./sample.docx --out ./sample.md --summary --summary-out ./sample.summary.txt
npm run cli -- ./sample.docx --out ./sample.debug.md --debug
For documents with embedded images, also run:
npm run cli -- ./sample.docx --out ./sample.md --assets-dir ./sample.assets --summary --summary-out ./sample.summary.txt
Confirm:
manifest.json exists when assets are exported.