docs: improve document loaders index (#25365)

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Harrison Chase
2024-08-13 18:48:48 -07:00
committed by GitHub
parent 4a78be7861
commit 967b6f21f6
5 changed files with 151 additions and 10 deletions

View File

@@ -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(