docx-parser 0.1.1

Parse Word and OpenOffice DOCX files, and output markdown or JSON
Documentation
1
2
3
4
5
6
7
This is some code:

    readDocx :: ReaderOptions
             -> B.ByteString
             -> Pandoc

from the beginning of the docx reader.