Baca MS Word dengan Python

import textract
text = textract.process("path/to/file.extension")
Joyous Jackal