快速读取docx文档内容
Project description
readword
快速读取docx文档数据
安装(install)
pip install readword
使用(use):
1. 实例化RW类并填入docx文档路径
2. 创建工作台
3. 退出RW工作台,销毁缓存数据
使用示例:
from ReadWord.readword import RW
# 实例化RW并传入docx文档路径
rw = RW(r'docxpath\file.docx')
# 创建工作台
rw.create_workspace()
# 保存所有png图片
rw.save_all_picture(r'C:\Desktop\test')
# 按照文档结构,获取文档内容和段落类型
rw.get_style_position()
# 退出RW工作台
rw.exit()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ReadWord-0.0.5.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ReadWord-0.0.5.tar.gz.
File metadata
- Download URL: ReadWord-0.0.5.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
caea529fd59ff4103f779b742b0cea40683c5bd2fe1411a2af215cc026f5b00c
|
|
| MD5 |
c216f64c908da5ce26f0338fcef00ff2
|
|
| BLAKE2b-256 |
7d5a2de3554b7f7230a3b3b15ca37c466915f02d4bb98a74d039c08f504b2432
|
File details
Details for the file ReadWord-0.0.5-py3-none-any.whl.
File metadata
- Download URL: ReadWord-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1654e0c06d22029f4d11fdda6825c4953520e21b4ee1333f0184328a6f7aff3d
|
|
| MD5 |
bece83d228ddf1aa51c5a412fcaf3337
|
|
| BLAKE2b-256 |
7dc57dc5d93be57c01b3cdc09d8080fc039d6065adeb04aca9ca7cf5b54c4e2a
|