vividsd commited on
Commit
66d84cd
·
1 Parent(s): 40ed6b9

Update app_assessment3.py

Browse files
Files changed (1) hide show
  1. app_assessment3.py +1 -0
app_assessment3.py CHANGED
@@ -14,6 +14,7 @@ def summarize_abstract_from_pdf(pdf_file_path):
14
  intro_string ='introduction'
15
  extracted_text_string =""
16
 
 
17
  # Read the PDF and extract text from the first page
18
  with open(pdf_file_path, 'rb') as pdf_file:
19
  reader = PdfReader(pdf_file)
 
14
  intro_string ='introduction'
15
  extracted_text_string =""
16
 
17
+
18
  # Read the PDF and extract text from the first page
19
  with open(pdf_file_path, 'rb') as pdf_file:
20
  reader = PdfReader(pdf_file)