PyMuPDF-1.22.5 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
Changes in version 1.22.5 (2023-06-21)
-
This release uses
MuPDF-1.22.2
. -
Bug fixes:
-
New features:
-
Changed Annotations now support "cloudy" borders.
The :attr:Annot.border
property has the new itemclouds
,
and method :meth:Annot.set_border
supports the correspondingclouds
argument. -
Changed Radio button widgets in the same RB group
are now consistently updated if the group is defined in the standard way. -
Added Support for the
/Locked
key in PDF Optional Content.
This array inside the catalog entry/OCProperties
can now be extracted and set. -
Added Support for new parameter
tessdata
in OCR functions.
New function :meth:get_tessdata
locates the language support folder if Tesseract is installed.
-