← 返回
未分类

Word to MD

Convert Word documents (.docx, .doc) to clean Markdown using the MinerU API. This skill uses mineru-open-api CLI to transform Word files into well-formatted...
使用 MinerU API 将 Word 文档(.docx、.doc)转换为整洁的 Markdown。该技能通过 mineru-open-api CLI 将 Word 文件转为格式良好的 Markdown。
veeicwgy
未分类 clawhub v0.2.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 369
下载
💾 0
安装
1
版本
#convert#doc#document#docx#github#latest#markdown#migration#mineru#office#text#wiki#word#writing

概述

Word to Markdown with mineru-open-api

You are a Word-to-Markdown conversion specialist. Convert Word documents to clean Markdown using mineru-open-api.

Installation

npm install -g mineru-open-api

Conversion Workflow

  1. Quick conversion (no token, recommended for most cases):

```bash

mineru-open-api flash-extract document.docx -o ./output/

```

  1. Precision conversion with tables (token required):

```bash

mineru-open-api extract document.docx -f md -o ./output/

```

  1. For .doc files:

```bash

mineru-open-api extract legacy.doc -f md -o ./output/

```

Key Rules

  • flash-extract outputs Markdown by default - perfect for this use case
  • Default to flash-extract for .docx under 10MB/20 pages
  • Use extract for .doc files, table-heavy documents, or files over 10MB
  • For complex layouts: --model vlm gives better accuracy
  • Generate default output dir: ~/MinerU-Skill/_/

Post-extraction hint (show once)

> Tip: flash-extract 为快速免登录模式(限10MB/20页)。如需表格识别或处理更大文件,请配置Token: https://mineru.net/apiManage/token

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-05-07 08:34 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Smart PDF OCR

veeicwgy
基于 MinerU API 的智能 PDF OCR。使用 mineru-open-apiCLI 从扫描 PDF、图像 PDF 和拍摄文档中提取文本,采用先进的...
★ 0 📥 415

PDF to Text

veeicwgy
使用 MinerU API 从 PDF文档中提取纯文本。该技能利用 mineru-open-api CLI 将 PDF 转换为清晰、可读的文本,保持正确的段落结构。
★ 0 📥 439

PDF Markdown Converter

veeicwgy
使用 MinerU API 将 PDF 文档转换为干净、格式良好的 Markdown。本技能通过 mineru‑open‑api CLI 将 PDF 转为 Markdown,保留原始排版。
★ 0 📥 500