How i can read all text in docx with python?

前端 未结 0 643
名媛妹妹
名媛妹妹 2021-01-23 17:27

How i can read all text in file docx?

all_paras = doc.paragraphs
for para in all_paras:
    print(para.text)

I run this code but this code cant r

相关标签:
回答
  • 消灭零回复
提交回复
热议问题