robertselvam commited on
Commit
95cbd86
·
1 Parent(s): 965a4bb

Update headings_extractor.py

Browse files
Files changed (1) hide show
  1. headings_extractor.py +1 -1
headings_extractor.py CHANGED
@@ -73,7 +73,7 @@ class HeadingsExtractor:
73
  text = page.extract_text()
74
 
75
  # Pass the text to the process_text function for further processing
76
- result = self.extarct_headings(text)
77
  headings = headings + result
78
  return headings
79
 
 
73
  text = page.extract_text()
74
 
75
  # Pass the text to the process_text function for further processing
76
+ result = self.extract_headings(text)
77
  headings = headings + result
78
  return headings
79