PyMuPDF-1.25.2 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.25.2 (2025-01-17)
-
Fixed issues:
-
Other:
- Use Python's built-in glyphname <> unicode conversion.
- Improve speed of pixmap color inversion.
- Add new
char_flags
member to span dictionary, for example allows detection of invisible text. - Detect image masks in TextPage output.
- Added
Pixmap.pil_image()
.