Spaces:
Sleeping
Sleeping
Update doors_fasterrcnn.py
Browse files- doors_fasterrcnn.py +1 -1
doors_fasterrcnn.py
CHANGED
|
@@ -223,7 +223,7 @@ def main_run(pdf_fullpath, weights_path, pdf_name,pdfpath,ratio): ####pdf_fullpa
|
|
| 223 |
for annot in page.annots():
|
| 224 |
list1.loc[len(list1)] =annot.info
|
| 225 |
|
| 226 |
-
return annotatedimg, pdf_document , spreadsheet_url, list1
|
| 227 |
|
| 228 |
# model_path = '/content/drive/MyDrive/combined.pth'
|
| 229 |
# #pdf_name = data
|
|
|
|
| 223 |
for annot in page.annots():
|
| 224 |
list1.loc[len(list1)] =annot.info
|
| 225 |
|
| 226 |
+
return annotatedimg, pdf_document , spreadsheet_url, list1 , df_doors
|
| 227 |
|
| 228 |
# model_path = '/content/drive/MyDrive/combined.pth'
|
| 229 |
# #pdf_name = data
|