peter2000 commited on
Commit
eef4a29
1 Parent(s): 544db84

Update scripts/process.py

Browse files
Files changed (1) hide show
  1. scripts/process.py +1 -1
scripts/process.py CHANGED
@@ -103,7 +103,7 @@ def load_document(
103
  text.append(page.extract_text())
104
  i.content = ' '.join([page for page in text])
105
 
106
- return documents
107
 
108
 
109
  def preprocessing(document):
 
103
  text.append(page.extract_text())
104
  i.content = ' '.join([page for page in text])
105
 
106
+ return documents
107
 
108
 
109
  def preprocessing(document):