This commit is contained in:
Florent 2013-11-21 10:33:44 +01:00
commit 744a600839

View file

@ -53,7 +53,7 @@ class PdfPage():
txtfile = open(temptxt, 'r')
txt = txtfile.read()
txtfile.close()
#os.remove(temptxt)
os.remove(temptxt)
return txt
def get_details(self):