Skip to content

Commit e485126

Browse files
authored
Merge pull request #4 from rk700/master
sync repos
2 parents 51e81c7 + 04ce57e commit e485126

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

demo/extract-img2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def recoverpix(doc, item):
9191
#------------------------------------------------------------------------------
9292
for i in range(1, lenXREF): # scan through all objects
9393
try:
94-
text = doc._getObjectString(i) # PDF object definition string
94+
text = doc._getXrefString(i) # PDF object definition string
9595
except:
9696
print("xref %i " % i + doc._getGCTXerrmsg())
9797
continue # skip the error

doc/PyMuPDF.pdf

106 KB
Binary file not shown.

doc/html.zip

79.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)