Class: PDFReader
Read the text of a PDF
Implements
Constructors
constructor
• new PDFReader(): PDFReader
Returns
Methods
loadData
▸ loadData(file
, fs?
): Promise
<Document
<Metadata
>[]>
Parameters
Name | Type | Default value |
---|---|---|
file | string | undefined |
fs | GenericFileSystem | defaultFS |