mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
docs: improve document loaders index (#25365)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -237,7 +237,7 @@ class PyPDFLoader(BasePDFLoader):
|
||||
import pypdf # noqa:F401
|
||||
except ImportError:
|
||||
raise ImportError(
|
||||
"pypdf package not found, please install it with " "`pip install pypdf`"
|
||||
"pypdf package not found, please install it with `pip install pypdf`"
|
||||
)
|
||||
super().__init__(file_path, headers=headers)
|
||||
self.parser = PyPDFParser(
|
||||
|
Reference in New Issue
Block a user