PyMuPDF-1.23.21 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.21 (2024-02-01)
-
Fixed issues:
-
Other:
- Fixed bug in set_xml_metadata(), PR #3112
- Fixed lack of
.parent
member inTextPage
fromAnnot.get_textpage()
. - Fixed bug in
Page.add_widget()
.