Python批量提取word文档内容
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/python批量提取word文档内容
使用python-docx库编写Python脚本,递归遍历指定文件夹(包含子文件夹)中的所有Word文档,批量提取其中的段落文本和表格内容。From its SKILL.md
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
- 必须使用
python-docx库(注意兼容性,如0.8.11版本)。 - 必须支持递归遍历文件夹,查找所有子文件夹中的.docx文件。
- 必须提取文档中的段落内容。
- 必须提取文档中的表格内容(需遍历表格的行、单元格及段落)。
- 代码应包含必要的导入(如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.