I am trying to open a bunch of .doc files (not docx) in a folder using python.
I downloaded a modified "antiword" which was a precompiled execute file for windows as the original antiword is only available for linux.
http://www-stud.rbi.informatik.uni-frankfurt.de/~markus/antiword/
After I downloaded it I insert it into my python27 folder and I run the antiword.exe file.
honestly my problem is that I do not understand what is going on when I run the execute. I had hoped that it would add a library to my python directory and I could the import "antiword". Can anyone help me?
Thanks a lot.
BR Jonas