Skip to content

Commit 55a5e37

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 264bec5 + ef2e6e4 commit 55a5e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdf2docx/page/RawPageFitz.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def extract_raw_dict(self, **settings):
4040
raw_dict['shapes'].extend(hyperlinks)
4141

4242
# Element is a base class processing coordinates, so set rotation matrix globally
43-
Element.set_rotation_matrix(self.page_engine.rotationMatrix)
43+
Element.set_rotation_matrix(self.page_engine.rotation_matrix)
4444

4545
return raw_dict
4646

@@ -141,4 +141,4 @@ def _preprocess_hyperlinks(self):
141141
'uri' : link['uri']
142142
})
143143

144-
return hyperlinks
144+
return hyperlinks

0 commit comments

Comments
 (0)