Skip to content

Commit

Permalink
document jbig2dec in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Feb 27, 2025
1 parent 77c66df commit b7f853d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/user/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ If you plan to use image extraction, you need Pillow:
pip install pypdf[image]
```

For JBIG2 support, you need to install a global OS-level package as well:
[`jbig2dec`](https://github.com/ArtifexSoftware/jbig2dec) The installation procedure
depends on our operating system. For Ubuntu, just use the following for example:

```
sudo apt-get install jbig2dec
```

## Python Version Support

Since pypdf 4.0, every release, including point releases, should work with all
Expand Down

0 comments on commit b7f853d

Please sign in to comment.