KarthickAdopleAI commited on
Commit
b1be939
·
verified ·
1 Parent(s): 43d9ba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -415,6 +415,7 @@ class PDFAnalytics:
415
  if input_path and num_pages > 20:
416
  num_loops = self.split_20_pages(input_path.name)
417
  elif num_pages < 20:
 
418
  num_loops = 1
419
  overall_summary = "\n"
420
  overall_important_sentences = "\n"
 
415
  if input_path and num_pages > 20:
416
  num_loops = self.split_20_pages(input_path.name)
417
  elif num_pages < 20:
418
+ self._extract_text_from_pdfs(input_path.name)
419
  num_loops = 1
420
  overall_summary = "\n"
421
  overall_important_sentences = "\n"