PyMuPDF-1.23.26 released
julian-smith-artifex-com
released this
29 Feb 18:24
·
488 commits
to main
since this release
PyMuPDF-1.23.26 has been released.
Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:
python -m pip install --upgrade pymupdf
[Linux-aarch64 wheels will be built and uploaded later.]
Changes in version 1.23.26 (2024-02-29)
-
Fixed issues:
-
Other:
-
Improvements to table detection:
- Improved check for empty tables, fixes bugs when determining table headers.
- Improved computation of enveloping vector graphic rectangles.
- Ignore more meaningless "pseudo" tables
-
Install command-line 'pymupdf' command that runs fitz/main.py.
-
Don't overwrite MuPDF's config.h when building on non-Windows.
-
Fix
Story
constructor'sarchive
arg to match docs - now accepts a singleArchive
constructor arg. -
Do not include MuPDF source in sdist; will be downloaded automatically when building.
-