Marthee commited on
Commit
33a5525
·
verified ·
1 Parent(s): fd5c6c2

Update pdftotext.py

Browse files
Files changed (1) hide show
  1. pdftotext.py +3 -3
pdftotext.py CHANGED
@@ -173,9 +173,9 @@ def texts_from_pdfAllText(link):
173
  all_text+=text_instances
174
 
175
 
176
- cleaned_text = clean_text(all_text)
177
- print(cleaned_text)
178
- return cleaned_text
179
  # import fitz
180
 
181
  # import tsadropboxretrieval
 
173
  all_text+=text_instances
174
 
175
 
176
+ # cleaned_text = clean_text(all_text)
177
+ print(all_text)
178
+ return all_text
179
  # import fitz
180
 
181
  # import tsadropboxretrieval