Skip to main content

Class: DocxReader

A reader takes file paths and imports data into Document objects.

Implements

Constructors

new DocxReader()

new DocxReader(): DocxReader

Returns

DocxReader

Methods

loadData()

loadData(file, fs): Promise <Document <Metadata>[]>

DocxParser

Parameters

file: string

fs: GenericFileSystem= defaultFS

Returns

Promise <Document <Metadata>[]>

Implementation of

FileReader . loadData

Source

packages/core/src/readers/DocxReader.ts:9