mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-19 18:43:34 -04:00
880 B
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[]>