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