We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51e81c7 + 04ce57e commit e485126Copy full SHA for e485126
demo/extract-img2.py
@@ -91,7 +91,7 @@ def recoverpix(doc, item):
91
#------------------------------------------------------------------------------
92
for i in range(1, lenXREF): # scan through all objects
93
try:
94
- text = doc._getObjectString(i) # PDF object definition string
+ text = doc._getXrefString(i) # PDF object definition string
95
except:
96
print("xref %i " % i + doc._getGCTXerrmsg())
97
continue # skip the error
doc/PyMuPDF.pdf
106 KB
doc/html.zip
79.7 KB
0 commit comments