Typo
This commit is contained in:
parent
6a4f338f05
commit
744a600839
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class PdfPage():
|
||||||
txtfile = open(temptxt, 'r')
|
txtfile = open(temptxt, 'r')
|
||||||
txt = txtfile.read()
|
txt = txtfile.read()
|
||||||
txtfile.close()
|
txtfile.close()
|
||||||
#os.remove(temptxt)
|
os.remove(temptxt)
|
||||||
return txt
|
return txt
|
||||||
|
|
||||||
def get_details(self):
|
def get_details(self):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue