Summary and motivation
OpenDataLoader PDF is a widely used PDF parser to prepare extract information to be used in AI/RAG systems. Currently no integration exists for haystack, but one does for langchain.
Detailed design
Create new OpenDataLoaderConverter that acts an interface supporting, input file paths (must be pdfs) as well as haystack ByteStream's and that returns list[Document]. This new component, should support various OpenDataLoader options, including modes and extraction settings.
Checklist
If the request is accepted, ensure the following checklist is complete before closing this issue.
Follow the instructions in https://github.com/deepset-ai/haystack-core-integrations/blob/main/CONTRIBUTING.md#create-a-new-integration and use our scaffolding script for the implementation.
Tasks
Summary and motivation
OpenDataLoader PDF is a widely used PDF parser to prepare extract information to be used in AI/RAG systems. Currently no integration exists for haystack, but one does for langchain.
Detailed design
Create new
OpenDataLoaderConverterthat acts an interface supporting, input file paths (must be pdfs) as well as haystackByteStream's and that returnslist[Document]. This new component, should support various OpenDataLoader options, including modes and extraction settings.Checklist
If the request is accepted, ensure the following checklist is complete before closing this issue.
Follow the instructions in https://github.com/deepset-ai/haystack-core-integrations/blob/main/CONTRIBUTING.md#create-a-new-integration and use our scaffolding script for the implementation.
Tasks
mainbranchintegration:<your integration name>has been added to the list of labels for this repository