Update app_assessment3.py
Browse files- 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)
|