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.
1 parent ba08949 commit 04ce57eCopy full SHA for 04ce57e
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
0 commit comments