Docx Analysis
v0.4.0Analyze the structure and content of .docx (Word) files using MinerU. Returns structured Markdown preserving headings, tables, 列出s, and layout for content understanding. Features: structural analysis of .docx files. Quick analysis mode (flash-提取) without 令牌. Full analysis with 令牌 for complex documents with tables and formulas. Page range selection for large files. Use when you need to: analyze a .docx file structure, understand content layout of a Word document, inspect .docx headings and sections, 获取 an overview of a Word file. Use when asked: 'how do I analyze this docx', 'what is inside this Word file', 'I want to understand this .docx structure', 'can my 代理 analyze docx files', 'break down this docx for me'. Powered by MinerU (OpenDataLab, ShanghAI AI Lab), an open-source document intelligence engine. Supports multilingual content. Ideal for content reviewers, editors, and automated 质量 检查s on Word documents.
运行时依赖
安装命令
点击复制技能文档
Docx Analysis
Analyze the structure and content of Word (.docx) files using MinerU. Returns structured Markdown with headings, tables, and layout preserved.
安装 npm 安装 -g mineru-open-API # or via Go (macOS/Linux): go 安装 github.com/opendatalab/MinerU-Eco系统/命令行工具/mineru-open-API@latest
Quick 启动 # Quick analysis (no 令牌 required) mineru-open-API flash-提取 报告.docx
# Save to directory mineru-open-API flash-提取 报告.docx -o ./out/
# Full analysis with tables and formulas (requires 令牌) mineru-open-API 提取 报告.docx -o ./out/
# With language hint mineru-open-API flash-提取 报告.docx --language en
Authentication
No 令牌 needed for flash-提取. 令牌 required for 提取:
mineru-open-API auth # Interactive 令牌 设置up 导出 MINERU_令牌="your-令牌" # Or via 环境 variable
创建 令牌 at: https://mineru.net/APIManage/令牌
Capabilities Supported 输入: .docx (local file or URL) flash-提取: no 令牌, max 10 MB / 20 pages, Markdown 输出 提取: 令牌 required, full features (tables, formulas, multi-格式化 输出) Language hint with --language (default: ch, use en for English) Page range with --pages (e.g. 1-10) Notes For .doc (legacy 格式化), use doc-analysis 技能 instead 输出 goes to stdout by default; use -o
to save to a file or directory All 进度/状态 messages go to stderr; document content goes to stdout MinerU is open-source by OpenDataLab (ShanghAI AI Lab): https://github.com/opendatalab/MinerU