doc-processor

Convert document formats and extract text using Python libraries and CLI tools.

171|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ntygod/ZhiWei --skill doc-processor-ntygod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-processor
Source: https://github.com/ntygod/ZhiWei/tree/main/src/main/resources/skills/doc-processor
Command: npx skills add https://github.com/ntygod/ZhiWei --skill doc-processor-ntygod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, openpyxl, python-pptx, pypdf, and includes scripts (resource) and references (resource) components.

What problem does it solve?

这项技能帮助用户自动化文档处理工作流,涵盖格式转换、文本提取、Excel 读写、以及文档合并等场景,显著减少重复劳动并提升一致性。

Core Features & Use Cases

  • 自动格式转换:Markdown ↔ HTML ↔ DOCX ↔ PDF 的互转,尽量保持结构与样式。
  • 文本与数据提取:从 PDF/Word/Excel 中提取文本、表格和元数据,输出可再利用的结构化数据。
  • 工作流与批量处理:支持单文件和批量任务,按需合并输出,方便归档与报告生成。

Quick Start

将输入的 Markdown 转换为 DOCX,并按需求导出为 HTML、PDF 或 Excel。

Frequently Asked Questions about doc-processor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown to DOCX while preserving document structure?

You can convert Markdown to DOCX while preserving structure by automating the document processing workflow with Python libraries. This approach ensures formatting and styles remain intact during the Markdown to DOCX conversion.

What is the best way to extract text and tables from PDF and Excel files?

The best way to extract text and tables from PDF and Excel files is using an automated document processing workflow. It utilizes Python libraries to pull text, tables, and metadata, outputting structured data for reuse.

Does this document conversion approach support batch processing and merging?

Yes, this document conversion approach supports batch processing and merging. It handles both single-file and batch tasks, allowing you to merge outputs as needed for archiving and automated report generation.

Do I need Python dependencies installed to automate PDF and DOCX conversion?

Yes, you need specific Python dependencies installed to automate PDF and DOCX conversion. The workflow relies on libraries like python-docx, openpyxl, python-pptx, and pypdf, including built-in dependency checks.

Can I extract metadata from Word documents without losing formatting?

Yes, you can extract metadata from Word documents without losing formatting. The extraction process targets text, tables, and metadata while applying safe operations to preserve the original document structure.