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

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -