ExportsclassesClass: DocxReader本页总览Class: DocxReader A FileReader takes file paths and imports data into Document objects. Extends FileReader Constructors new DocxReader() new DocxReader(): DocxReader Returns DocxReader Inherited from FileReader . constructor Methods loadData() loadData(filePath): Promise <Document <Metadata>[]> Parameters • filePath: string Returns Promise <Document <Metadata>[]> Inherited from