HARISH20205 commited on
Commit
a2eb551
·
1 Parent(s): e450f6f

skills missing elements

Browse files
Files changed (1) hide show
  1. Process/extract.py +1 -0
Process/extract.py CHANGED
@@ -22,6 +22,7 @@ def extract_text_from_pdf(file_path_or_url):
22
  doc = fitz.open(file_path_or_url)
23
 
24
  for page_num in range(len(doc)):
 
25
  page = doc.load_page(page_num)
26
  # Try to extract text
27
  page_text = page.get_text()
 
22
  doc = fitz.open(file_path_or_url)
23
 
24
  for page_num in range(len(doc)):
25
+
26
  page = doc.load_page(page_num)
27
  # Try to extract text
28
  page_text = page.get_text()