Reading Word Text

I need a way to read in a document and then get everyword into an array or list or other usable format that the program can read. Is this possible?

Hi
Thank you for your interest in Aspose.Words. I think that you can try converting your document to string and then split this string to array of words. Please see the following link to learn how to convert DOC to text.
https://docs.aspose.com/words/net/how-to-extract-selected-content-between-nodes-in-a-document/
Best regards.