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

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

php - Changing the visibility scope of parent methods in child classes -

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