Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,6 @@ def extract_text_from_txt(file_path):
|
|
| 50 |
def extract_text_from_paragraph(para):
|
| 51 |
return para.text
|
| 52 |
|
| 53 |
-
|
| 54 |
def extract_text_from_doc(file_path):
|
| 55 |
doc = docx.Document(file_path)
|
| 56 |
with concurrent.futures.ThreadPoolExecutor() as executor:
|
|
|
|
| 50 |
def extract_text_from_paragraph(para):
|
| 51 |
return para.text
|
| 52 |
|
|
|
|
| 53 |
def extract_text_from_doc(file_path):
|
| 54 |
doc = docx.Document(file_path)
|
| 55 |
with concurrent.futures.ThreadPoolExecutor() as executor:
|