Skip to content

Commit

Permalink
Merge pull request #4 from rk700/master
Browse files Browse the repository at this point in the history
sync repos
  • Loading branch information
JorjMcKie committed Dec 3, 2018
2 parents 51e81c7 + 04ce57e commit e485126
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/extract-img2.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def recoverpix(doc, item):
#------------------------------------------------------------------------------
for i in range(1, lenXREF): # scan through all objects
try:
text = doc._getObjectString(i) # PDF object definition string
text = doc._getXrefString(i) # PDF object definition string
except:
print("xref %i " % i + doc._getGCTXerrmsg())
continue # skip the error
Expand Down
Binary file modified doc/PyMuPDF.pdf
Binary file not shown.
Binary file modified doc/html.zip
Binary file not shown.

0 comments on commit e485126

Please sign in to comment.