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

As a dev, I want to support PDF files as input to the pipeline in addition to images #45

Open
Tracked by #267
k-allagbe opened this issue Oct 5, 2024 · 0 comments

Comments

@k-allagbe
Copy link
Member

Description

Context

Currently, the Fertiscan pipeline only supports image files as input for processing. However, most of the labels we have are in PDF format. To enhance flexibility and usability, we want to extend the pipeline to accept PDF files in addition to images.

Problem Statement

We need to modify the Fertiscan pipeline to allow PDF files as input, extracting images from the PDFs and processing them in the same way as standalone image files.

Acceptance Criteria

  • The pipeline can accept PDF files as input in addition to image files.
  • PDF files are processed by extracting embedded images and passing them through the same processing steps as standalone image files.
  • Appropriate error handling is in place for cases where a PDF does not contain images or has unsupported formats.
  • Update documentation to reflect support for PDF input and any limitations.
@k-allagbe k-allagbe self-assigned this Oct 5, 2024
@k-allagbe k-allagbe removed their assignment Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant