Spaces:
Runtime error
Runtime error
Update InitialMarkups.py
Browse files- 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)
|
| 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(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"])
|