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

Improve PDF parsing results for a broader range of documents #4710

Open
erichare opened this issue Nov 19, 2024 · 0 comments
Open

Improve PDF parsing results for a broader range of documents #4710

erichare opened this issue Nov 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@erichare
Copy link
Collaborator

Feature Request

Users have reported less-than-ideal results with PDF parsing in the File Upload component. Under the hood, we essentially use pypdf and join together the elements returned, but do no further processing and don't allow any configuration of the parameters.

Motivation

This issue is meant to track improvements that could be made, which could range from exploring other libraries, exposing more configuration options, or implementing some custom routines that produce a better set of outputs when parsing PDFs.

Your Contribution

I can track some potential improvements and ultimately work on a PR

@erichare erichare added the enhancement New feature or request label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant