pypi PyMuPDF 1.22.5
PyMuPDF-1.22.5 released

latest releases: 1.24.10, 1.24.9, 1.24.8...
15 months ago

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 item clouds,
      and method :meth:Annot.set_border supports the corresponding clouds 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.

Don't miss a new PyMuPDF release

NewReleases is sending notifications on new releases.