Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom PdfLoader implementation support #539

Open
pkt1583 opened this issue May 7, 2024 · 0 comments
Open

Custom PdfLoader implementation support #539

pkt1583 opened this issue May 7, 2024 · 0 comments

Comments

@pkt1583
Copy link

pkt1583 commented May 7, 2024

Currently there is only pypdfLoader supported (

loader = PyPDFLoader(file_path=file_path)
). It would be good to have ability to inject different pdfloader implementation. Any implementation that supports langchain document interface should be able to be plugged in form the config while running the experiment.

This would help to quickly try out with various pdf loader available either at https://python.langchain.com/docs/modules/data_connection/document_loaders/pdf/ or a custom created one

@pkt1583 pkt1583 changed the title Custom PdfLoader implem Custom PdfLoader implementation support May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant