Skip to content

PyMuPDF-1.22.5 released

Compare
Choose a tag to compare
@julian-smith-artifex-com julian-smith-artifex-com released this 21 Jun 22:03
· 771 commits to main since this release

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.