line["dir"] seems to actually be (cosine, -sine) instead (cosine, sine) #2948
Replies: 1 comment 3 replies
-
Hm, true - in a way. The problem here is again the difference between the coordinate systems of PDF vs. MuPDF:
Maybe you have a suggestion, how this could best be explained in the documentation? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://pymupdf.readthedocs.io/en/latest/textpage.html#line-dictionary
cos 30 = 0.87
sin 30 = 0.5
and so on.
Beta Was this translation helpful? Give feedback.
All reactions