You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: