I'm using a computer with Windows 7 and python 3.3 installed on it. At my organization we have thousands of documents which are not organized. I want to create a program that opens doc/docx files, searches the text for certain keywords and then rearranges the documents. I'm looking for a way to search the text of a word file (doc/docx) for certain words, it has to be on Windows, and it has to be able to search both doc and docx.
Any ideas?