Spaces:
Runtime error
Runtime error
Update scripts/process.py
Browse files- 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 |
-
|
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):
|