mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
b3234bf3b0
`OnlinePDFLoader` and `PagedPDFSplitter` lived separate from the rest of the pdf loaders. Because they're all similar, I propose moving all to `pdy.py` and the same docs/examples page. Additionally, `PagedPDFSplitter` naming doesn't match the pattern the rest of the loaders follow, so I renamed to `PyPDFLoader` and had it inherit from `BasePDFLoader` so it can now load from remote file sources. |
||
---|---|---|
.. | ||
examples | ||
how_to_guides.rst | ||
key_concepts.md |