-
Notifications
You must be signed in to change notification settings - Fork 664
Open
Labels
Description
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.