Files
langchain/docs/modules/document_loaders/examples
Tim Asp b3234bf3b0 cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615)
`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.
2023-03-13 23:06:50 -07:00
..
2023-02-26 17:26:37 -08:00
2023-02-15 22:47:30 -08:00
2023-02-24 07:22:48 -08:00
2023-02-08 00:35:33 -08:00
2023-02-20 22:54:26 -08:00
2023-02-06 21:44:35 -08:00
2023-02-08 12:00:47 -08:00
2023-02-17 15:15:02 -08:00
2023-02-06 18:13:46 -08:00
2023-02-24 07:38:24 -08:00
2023-02-06 00:26:20 -08:00
2023-02-06 22:21:16 -08:00
2023-02-08 00:35:33 -08:00
2023-02-08 00:35:33 -08:00
2023-02-18 10:58:39 -08:00
2023-03-09 10:20:54 -08:00