Files
LlamaIndexTS/apps/docs/docs/api/classes/PDFReader.md
T
Yi Ding fe3b1f4f50 0.0.13
2023-07-25 22:57:08 -07:00

880 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
PDFReader Class: PDFReader PDFReader 0 null

Read the text of a PDF

Implements

Constructors

constructor

new PDFReader()

Methods

loadData

loadData(file, fs?): Promise<Document[]>

Parameters

Name Type Default value
file string undefined
fs GenericFileSystem DEFAULT_FS

Returns

Promise<Document[]>

Implementation of

BaseReader.loadData

Defined in

readers/PDFReader.ts:11