Make the package smaller #4792
Replies: 2 comments
-
|
The largest size contributors by far are the MuPDF binaries - which represent the complete functionality of MuPDF. |
Beta Was this translation helpful? Give feedback.
-
|
What you could try is using a compressor for binary executable code like It brings down the original 51.5 MB to 23.6 MB - automatically skipping files that are not eligible. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
pymupdf is currently largest package in our app, responsible for about 54Mb of our Docker image.
Describe the solution you'd like
Could the package be made smaller? For example, could some features be made opt-in (e.g.
pymupdf['lite']or something).Describe alternatives you've considered
Not that I could think of.
Additional context
None.
Beta Was this translation helpful? Give feedback.
All reactions