Class: DocxReader
A FileReader takes file paths and imports data into Document objects.
Extends
Constructors
new DocxReader()
new DocxReader():
DocxReader
Returns
Inherited from
Methods
loadData()
Parameters
• filePath: string
Returns
Promise
<Document
<Metadata
>[]>
Inherited from
Source
packages/llamaindex/src/readers/type.ts:17
loadDataAsContent()
loadDataAsContent(
fileContent
):Promise
<Document
<Metadata
>[]>
DocxParser
Parameters
• fileContent: Buffer