pymupdf / PyMuPDF

PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
https://pymupdf.readthedocs.io
GNU Affero General Public License v3.0
4.49k stars 443 forks source link

Correct scale factor adjustments #3593

Closed JorjMcKie closed 1 week ago

JorjMcKie commented 1 week ago

We were erroneously setting matrix scaling factor to zero for rotation matrices.

Addresses issue 3591.