mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
get rid of reduntant code
This commit is contained in:
parent
6863fc98fd
commit
1940483acc
1 changed files with 0 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ class surveyedDataProcessor():
|
|||
def identify_files(self):
|
||||
for file in self.files:
|
||||
pdf = pdfReaderToText(file)
|
||||
print("Junte was here")
|
||||
print(file)
|
||||
print(pdf.text_list)
|
||||
if pdf:
|
||||
if pdf.type == ReportType.QUIDOS_PRESITE_NOTE:
|
||||
self.pre_site_note = pdf.get_reader()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue