Skip to content

PyMuPDF-1.23.13 released

Compare
Choose a tag to compare
@julian-smith-artifex-com julian-smith-artifex-com released this 15 Jan 12:04
· 263 commits to main since this release

PyMuPDF-1.23.13 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 are not available yet, they will be build and uploaded later.]

Changes in version 1.23.13 (2024-01-15)

  • Bug fixes:

  • Other:

    • Fixed Rect.height and Rect.width to never return negative values.
    • Fixed TextPage.extractIMGINFO()'s returned dictkey_yres value.