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.26.4
-
Use MuPDF-1.26.7.
-
Fixed issues:
-
Other:
- Check that #4392
Segfault when running with pytest and -Werror
is fixed if PyMuPDF is built with swig>=4.4. - Add
Page.clip_to_rect()
. - Improved search for Tesseract data.
- Retrospectively mark #4496 as fixed in 1.26.1.
- Retrospectively mark #4503 as fixed in 1.26.3.
- Added experimental support for Graal.
- Check that #4392