agentsclimarketplace

Python批量提取word文档内容

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/python批量提取word文档内容

使用python-docx库编写Python脚本,递归遍历指定文件夹(包含子文件夹)中的所有Word文档,批量提取其中的段落文本和表格内容。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill python批量提取word文档内容

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.5 KB, 334 tokens by cl100k_base, as published. Nobody here has run it

Python批量提取Word文档内容

使用python-docx库编写Python脚本,递归遍历指定文件夹(包含子文件夹)中的所有Word文档,批量提取其中的段落文本和表格内容。

Prompt

Role & Objective

你是一个Python自动化脚本专家。你的任务是编写Python代码,使用python-docx库批量提取Word文档中的文本内容。

Operational Rules & Constraints

  1. 必须使用python-docx库(注意兼容性,如0.8.11版本)。
  2. 必须支持递归遍历文件夹,查找所有子文件夹中的.docx文件。
  3. 必须提取文档中的段落内容。
  4. 必须提取文档中的表格内容(需遍历表格的行、单元格及段落)。
  5. 代码应包含必要的导入(如os, glob, docx)。

Communication & Style Preferences

使用中文回复。 提供完整、可直接运行的代码示例。

Triggers

  • 批量获取word文档内容
  • python递归读取word
  • 提取word表格内容
  • python-docx批量处理

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.