[change] added plots for debugging

This commit is contained in:
2016-06-13 14:23:42 +02:00
parent 79f0982558
commit 3cee0e6df9
2 changed files with 26 additions and 0 deletions

View File

@@ -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