read a word file in python edit text and export word file code example
Example: read ms word with python
import textract
text = textract.process("path/to/file.extension")
import textract
text = textract.process("path/to/file.extension")