Spaces:
Paused
Paused
Update Doors_Schedule.py
Browse files- Doors_Schedule.py +2 -2
Doors_Schedule.py
CHANGED
|
@@ -1509,6 +1509,7 @@ def process_pdf(input_pdf_path, output_pdf_path, locations, new_authors):
|
|
| 1509 |
def mainRun(schedule, plan, searcharray):
|
| 1510 |
|
| 1511 |
#print(type(plan))
|
|
|
|
| 1512 |
eltype = type(plan)
|
| 1513 |
print(f"el type beta3 variable plan:: {eltype}")
|
| 1514 |
len_plan = len(plan)
|
|
@@ -1648,5 +1649,4 @@ def mainRun(schedule, plan, searcharray):
|
|
| 1648 |
v='stroke'
|
| 1649 |
x,y,z=int(annot_color.get(v)[0]*255),int(annot_color.get(v)[1]*255),int(annot_color.get(v)[2]*255)
|
| 1650 |
list1.loc[len(list1)] =[annot.info['content'],annot.info['id'],annot.info['subject'],[x,y,z]]
|
| 1651 |
-
return annotatedimg, doc2 , list1, repeated_labels , not_found
|
| 1652 |
-
|
|
|
|
| 1509 |
def mainRun(schedule, plan, searcharray):
|
| 1510 |
|
| 1511 |
#print(type(plan))
|
| 1512 |
+
print("mainRun is Running")
|
| 1513 |
eltype = type(plan)
|
| 1514 |
print(f"el type beta3 variable plan:: {eltype}")
|
| 1515 |
len_plan = len(plan)
|
|
|
|
| 1649 |
v='stroke'
|
| 1650 |
x,y,z=int(annot_color.get(v)[0]*255),int(annot_color.get(v)[1]*255),int(annot_color.get(v)[2]*255)
|
| 1651 |
list1.loc[len(list1)] =[annot.info['content'],annot.info['id'],annot.info['subject'],[x,y,z]]
|
| 1652 |
+
return annotatedimg, doc2 , list1, repeated_labels , not_found
|
|
|