Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -420,7 +420,7 @@ class PDFAnalytics:
|
|
420 |
overall_important_sentences = "\n"
|
421 |
overall_topics = "\n"
|
422 |
for i in range(num_loops):
|
423 |
-
self._extract_text_from_pdfs(f"
|
424 |
text = f"{i+1} 20 pages Summary:\n\n"
|
425 |
summary = self.generate_summary(model)
|
426 |
overall_summary += text + summary +"\n\n"
|
|
|
420 |
overall_important_sentences = "\n"
|
421 |
overall_topics = "\n"
|
422 |
for i in range(num_loops):
|
423 |
+
self._extract_text_from_pdfs(f"extracted_text_part_{i}.txt")
|
424 |
text = f"{i+1} 20 pages Summary:\n\n"
|
425 |
summary = self.generate_summary(model)
|
426 |
overall_summary += text + summary +"\n\n"
|