A reader takes file paths and imports data into Document objects.
Hierarchy
Implemented by
Methods
loadData
▸ loadData(filePath
, fs?
): Promise
<Document
<Metadata
>[]>
Parameters
Name | Type |
---|
filePath | string |
fs? | CompleteFileSystem |
Returns
Promise
<Document
<Metadata
>[]>
Overrides