Marthee commited on
Commit
16c4771
·
verified ·
1 Parent(s): d28618c

Update InitialMarkups.py

Browse files
Files changed (1) hide show
  1. InitialMarkups.py +1 -1
InitialMarkups.py CHANGED
@@ -1933,7 +1933,7 @@ def extract_section_under_header_tobebilled2marthe(multiplePDF_Paths):
1933
  print(arrayofPDFS)
1934
  df = pd.DataFrame(columns=["PDF Name","NBSLink","Subject","Page","Author","Creation Date","Layer",'Code', 'head above 1', "head above 2","BodyText"])
1935
  for pdf_path in arrayofPDFS:
1936
-
1937
  headertoContinue1 = False
1938
  headertoContinue2=False
1939
  Alltexttobebilled=''
 
1933
  print(arrayofPDFS)
1934
  df = pd.DataFrame(columns=["PDF Name","NBSLink","Subject","Page","Author","Creation Date","Layer",'Code', 'head above 1', "head above 2","BodyText"])
1935
  for pdf_path in arrayofPDFS:
1936
+ print(pdf_path)
1937
  headertoContinue1 = False
1938
  headertoContinue2=False
1939
  Alltexttobebilled=''