PyMuPDF icon indicating copy to clipboard operation
PyMuPDF copied to clipboard

Update Document to check the /XYZ len

Open tamdao opened this issue 7 months ago • 3 comments

The issue arises because some PDFs return /XYZ coordinates in the format /XYZ x y instead of /XYZ x y z. This discrepancy causes the code to fail when attempting to unpack three values from an array that only contains two.

tamdao avatar Jul 07 '24 16:07 tamdao