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

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

mysql - Trying to get RmySQL to work but not understanding bash's export or filesystem conventions -