heymenn commited on
Commit
bd517b6
1 Parent(s): cb965ad

Update scrape_3gpp.py

Browse files
Files changed (1) hide show
  1. scrape_3gpp.py +1 -1
scrape_3gpp.py CHANGED
@@ -432,7 +432,7 @@ def extractionPrincipale(url, excel_file=None, status_list=None, progress=gr.Pro
432
  load_page = file.get_page(pdfPage)
433
  text = load_page.extract_text()
434
  lines = text.split("\n")
435
-
436
  keyword = ["objective", "introduction", "summary", "scope"]
437
  for line in lines:
438
  print(line)
 
432
  load_page = file.get_page(pdfPage)
433
  text = load_page.extract_text()
434
  lines = text.split("\n")
435
+ print(f"This is the lines : {lines}")
436
  keyword = ["objective", "introduction", "summary", "scope"]
437
  for line in lines:
438
  print(line)