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.27.2
-
Use MuPDF-1.27.2.
-
Fixed issues:
- Fixed #4903
-
Other:
-
Retrospectively marked #4907 as fixed in pymupdf-1.27.1.
-
Improved get_textpage_ocr().
For partial OCR, all page areas outside legible text are now OCRed, not
just those within images. This means that OCR will now also be performed
for vector graphics, and for text containing illegible characters.
-