deepset-ai / deepset-ai/haystack-core-integrations

Add image extraction support to OpenDataLoader PDF integration

Open
#3,921 0 comments 0 reactions 1 assignee View on GitHub

@davidsbatista is already working on this.

Since Sep 5, 2026.

Dominant language
Python
Stars
203
Forks
332
Avg merge
2d 4h
Merged PRs (30d)
80

Description

Is your feature request related to a problem? Please describe.
The OpenDataLoader PDF integration currently extracts document text but does not expose extracted images, which limits its use in multimodal RAG pipelines.

Describe the solution you'd like
Add an optional extract_images parameter that extracts images and returns them as Haystack Document objects.

Describe alternatives you've considered
N/A

Additional context
Haystack already has components such as ImageFileToImageContent, PDFToImageContent, and DocumentToImageContent which expose images as ImageContent objects for multimodal pipelines. Existing Jina and Cohere integrations also support image-based Documents using meta["file_path"]. The OpenDataLoader integration could follow a similar pattern when exposing images extracted from documents.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.