How to read .docx file using F#
See the question and my original answer on StackOverflow.docx files follow Open Packaging Convention specifications. At the lowest level, they are .ZIP files. To read it programmatically, see example here:
A New Standard For Packaging Your Data
Using F#, it's the same story, you'll have to use classes in the System.IO.Packaging Namespace.