linux - extracting text from MS word files in python -


for working ms word files in python, there python win32 extensions, can used in windows. how do same in linux? there library?

you make subprocess call antiword. antiword linux commandline utility dumping text out of word doc. works pretty simple documents (obviously loses formatting). it's available through apt, , rpm, or compile yourself.


Comments

Popular posts from this blog

java - How to print docx and pdf? -

c# - How to use process.StartInfo.Arguments in command prompt? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -