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