forked from Archives/langchain
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. |
||
---|---|---|
.. | ||
chains | ||
chat_models | ||
document_loaders | ||
embeddings | ||
examples | ||
llms | ||
vectorstores | ||
__init__.py | ||
test_googlesearch_api.py | ||
test_googleserper_api.py | ||
test_ngram_overlap_example_selector.py | ||
test_nlp_text_splitters.py | ||
test_pdf_pagesplitter.py | ||
test_serpapi.py | ||
test_text_splitter.py | ||
test_wolfram_alpha_api.py |