Marthee commited on
Commit
39c4ab6
·
verified ·
1 Parent(s): 2b978a3

Update InitialMarkups.py

Browse files
Files changed (1) hide show
  1. InitialMarkups.py +1 -1
InitialMarkups.py CHANGED
@@ -648,7 +648,7 @@ def extract_section_under_header(multiplePDF_Paths):
648
  bottom_margin = 50
649
  arrayofPDFS=multiplePDF_Paths.split(',')
650
  print(multiplePDF_Paths)
651
- print(arrayofPDFS,len(arraypfPDFS))
652
  docarray=[]
653
  jsons=[]
654
  df = pd.DataFrame(columns=["PDF Name","NBSLink","Subject","Page","Author","Creation Date","Layer",'Code', 'head above 1', "head above 2","BodyText"])
 
648
  bottom_margin = 50
649
  arrayofPDFS=multiplePDF_Paths.split(',')
650
  print(multiplePDF_Paths)
651
+ print(arrayofPDFS,len(arrayofPDFS))
652
  docarray=[]
653
  jsons=[]
654
  df = pd.DataFrame(columns=["PDF Name","NBSLink","Subject","Page","Author","Creation Date","Layer",'Code', 'head above 1', "head above 2","BodyText"])