PyMuPDF-1.23.16 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.16 (2024-01-18)
-
Bug fixes:
- Fixed #3058
-
Other:
- In table detection strategy "lines_strict", exclude fill-only vector graphics.
- Fixed sysinstall test failure.
- In documentation, update feature matrix with item about text writing.