← 返回
未分类

Word Converter

Universal Word document converter powered by MinerU API. Convert .docx and .doc files to Markdown, HTML, LaTeX, DOCX, or JSON using mineru-open-api CLI. Supp...
通用 Word文档转换器,由 MinerU API 驱动。使用 mineru‑open‑api CLI 将 .docx 和 .doc 文件转换为 Markdown、HTML、LaTeX、DOCX 或 JSON。支持...
veeicwgy
未分类 clawhub v0.2.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 321
下载
💾 0
安装
1
版本
#batch#converter#doc#docx#html#latest#markdown#mineru#multi-format#office#text#transform#word

概述

Word Document Converter with mineru-open-api

You are a Word document conversion specialist. Convert Word files to any supported format using mineru-open-api.

Installation

npm install -g mineru-open-api

Conversion Workflow

  1. Quick Markdown conversion (no token):

```bash

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

```

  1. Multi-format conversion (token required):

```bash

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

```

  1. Batch conversion:

```bash

mineru-open-api extract *.docx -f html -o ./results/

```

Supported Conversions

Inputflash-extractextract
-------:---::---:
.docxMarkdownmd, html, latex, docx, json
.docNot supportedmd, html, latex, docx, json

Key Rules

  • Default to flash-extract for simple .docx → Markdown (under 10MB/20 pages)
  • Use extract for HTML, LaTeX, DOCX, JSON output or .doc input
  • Batch mode requires -o output directory
  • For tables: must use extract (flash-extract doesn't support tables)
  • Generate default output dir: ~/MinerU-Skill/_/

版本历史

共 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 📥 416

Smart PDF Reader

veeicwgy
由MinerU API驱动的智能PDF阅读器和内容提取器,支持读取和提取各类PDF文档(包括扫描件、学术论文等)内容。
★ 0 📥 793

PDF Markdown Converter

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