docx转txt

import docx2txt
my_text = docx2txt.process("test.docx")
print(my_text)

posted @ 2021-09-24 13:27  总得前行  阅读(547)  评论(0编辑  收藏  举报