Spaces:
Sleeping
Sleeping
Update Doors_Schedule.py
Browse files- Doors_Schedule.py +1 -1
Doors_Schedule.py
CHANGED
|
@@ -698,6 +698,6 @@ def mainRun(schedule, plan, searcharray):
|
|
| 698 |
v='stroke'
|
| 699 |
x,y,z=int(annot_color.get(v)[0]*255),int(annot_color.get(v)[1]*255),int(annot_color.get(v)[2]*255)
|
| 700 |
list1.loc[len(list1)] =[annot.info['content'],annot.info['id'],annot.info['subject'],[x,y,z]]
|
| 701 |
-
return annotatedimg,
|
| 702 |
|
| 703 |
|
|
|
|
| 698 |
v='stroke'
|
| 699 |
x,y,z=int(annot_color.get(v)[0]*255),int(annot_color.get(v)[1]*255),int(annot_color.get(v)[2]*255)
|
| 700 |
list1.loc[len(list1)] =[annot.info['content'],annot.info['id'],annot.info['subject'],[x,y,z]]
|
| 701 |
+
return annotatedimg, doc2 , list1, repeated_labels , not_found
|
| 702 |
|
| 703 |
|