ngcanh commited on
Commit
13b86a6
·
verified ·
1 Parent(s): 7117cba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- return all_text
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):