[change] added plots for debugging
This commit is contained in:
@@ -223,6 +223,9 @@ class PDFDictionary(object):
|
||||
else:
|
||||
return True
|
||||
|
||||
def __getitem__(self, item):
|
||||
return self.pdf_data[item]
|
||||
|
||||
@property
|
||||
def pdf_data(self):
|
||||
return self._pdfdata
|
||||
|
||||
Reference in New Issue
Block a user