Class: DocxReader
A reader takes imports data into Document objects.
Implements
Constructors
constructor
• new DocxReader()
Methods
loadData
▸ loadData(file
, fs?
): Promise
<Document
<Metadata
>[]>
DocxParser
Parameters
Name | Type | Default value |
---|---|---|
file | string | undefined |
fs | GenericFileSystem | DEFAULT_FS |