Wheels for Windows, Linux and MacOS, and the sdist, are available on
https://pypi.org and can be installed in the usual way, for example:
python -m pip install --upgrade pymupdf
Changes in version 1.28.2 ()
Fixed issues:
Other:
- Use MuPDF-1.28.2.
- Output warning when legacy
fitzmodule is imported. - Cope better with markdown containing illegal utf8 sequences.
- Fixed building with PYMUPDF_SETUP_MUPDF_VS_UPGRADE.
- pymupdf.Page.find_tables():
- new args
use_layout: bool = Trueunion: bool = Falserefine: bool = False. - Improved speed.
- new args
- Retrospectively added fix for #4936 in release 1.28.0 below.