naveenvenkatesh commited on
Commit
9eb59d5
1 Parent(s): 2788315

Update summary_extractor.py

Browse files
Files changed (1) hide show
  1. summary_extractor.py +1 -1
summary_extractor.py CHANGED
@@ -68,7 +68,7 @@ class Extractor:
68
  print(f"Error while splitting document text: {str(e)}")
69
 
70
 
71
- def refine_summary(self,pdf_file_path) -> str:
72
 
73
  """
74
  Generate a refined summary of the document using language models.
 
68
  print(f"Error while splitting document text: {str(e)}")
69
 
70
 
71
+ def _refine_summary(self,pdf_file_path) -> str:
72
 
73
  """
74
  Generate a refined summary of the document using language models.