We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 264bec5 + ef2e6e4 commit 55a5e37Copy full SHA for 55a5e37
pdf2docx/page/RawPageFitz.py
@@ -40,7 +40,7 @@ def extract_raw_dict(self, **settings):
40
raw_dict['shapes'].extend(hyperlinks)
41
42
# Element is a base class processing coordinates, so set rotation matrix globally
43
- Element.set_rotation_matrix(self.page_engine.rotationMatrix)
+ Element.set_rotation_matrix(self.page_engine.rotation_matrix)
44
45
return raw_dict
46
@@ -141,4 +141,4 @@ def _preprocess_hyperlinks(self):
141
'uri' : link['uri']
142
})
143
144
- return hyperlinks
+ return hyperlinks
0 commit comments