This question has been flagged
1 Reply
25497 Views

i want to read data from the .doc file and print in console. how is possible using python code?

Avatar
Discard
Best Answer

you will need extra python library : antiword 
with help of that lib you can easyly read/parse word documents.. 

more info on this link

or, use this python script to parse word doc.. 

 

hope it helps : )

 

Avatar
Discard