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')
|
||||
txt = txtfile.read()
|
||||
txtfile.close()
|
||||
#os.remove(temptxt)
|
||||
os.remove(temptxt)
|
||||
return txt
|
||||
|
||||
def get_details(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue