PyPDFLoader
This notebook provides a quick overview for getting started with PyPDF
document loader. For detailed documentation of all DocumentLoader features and configurations head to the API reference.
Overview
Integration details
Class | Package | Local | Serializable | JS support |
---|---|---|---|---|
PyPDFLoader | langchain_community | ✅ | ❌ | ❌ |
Loader features
Source | Document Lazy Loading | Native Async Support |
---|---|---|
PyPDFLoader | ✅ | ❌ |
Setup
Credentials
No credentials are required to use PyPDFLoader
.