Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def read_pdf(pdf_reader):
|
|
74 |
page_text = page.extract_text()
|
75 |
if page_text:
|
76 |
all_text += page_text + "\n"
|
77 |
-
|
78 |
|
79 |
# Function to export results to CSV
|
80 |
def export_to_csv(data):
|
|
|
74 |
page_text = page.extract_text()
|
75 |
if page_text:
|
76 |
all_text += page_text + "\n"
|
77 |
+
return all_text
|
78 |
|
79 |
# Function to export results to CSV
|
80 |
def export_to_csv(data):
|