how to write an image file to word using python 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")