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

Update pillow to 10.2.0 #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update pillow to 10.2.0 #41

wants to merge 3 commits into from

Conversation

ubmarco
Copy link
Member

@ubmarco ubmarco commented Mar 14, 2024

Pillow currently has a problem on some Linux systems to run visual debugging due to
libimagequant.so.0.0.4: cannot open shared object file.

Updating Pillow to 10.2.0 fixes this, however this also breaks the forked version of pdfplumber.
This PR removes the pdfplumber and pdfminer forks and raises their version to the latest available.
Some refactoring is needed for this:

  • pdfplumber uses float now
  • pdfpumber has no figures now
  • pdfplumber itself calls the pdfminer.six's layout analysis
  • pdfplumber does not depend on Pillow (with Ghostscript) anymore, it uses pypdfium2 to generate images now which has less dependencies

Avoids bug
libimagequant.so.0.0.4: cannot open shared object file
@ubmarco ubmarco mentioned this pull request Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant