Ask a question to get started
Enter to sendā¢Shift+Enter new line
class WebPDFLoader
BaseDocumentLoader
A document loader for loading data from PDFs.
Loads the contents of the PDF as documents.
const loader = new WebPDFLoader(new Blob()); const docs = await loader.load(); console.log({ docs });