how to read docx file in python

35

how to read docx file in python -

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

Comments

Submit
0 Comments