Spaces:
Runtime error
Runtime error
Update InitialMarkups.py
Browse files- 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=''
|