Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -473,7 +473,7 @@ def measureproject(result,dataDoc=0,img=0,dxffile=0,pdf_content=0):
|
|
| 473 |
print(temp_filename)
|
| 474 |
|
| 475 |
print("result = ",result)
|
| 476 |
-
SearchArray=result[
|
| 477 |
|
| 478 |
if pdf_content:
|
| 479 |
doc,outputimg, SimilarAreaDictionary ,spreadsheetId, spreadsheet_url , namepathArr , list1,hatched_areas=deploying_3_3.mainFunctionDrawImgPdf(dataDoc,temp_filename,result[4] ,SearchArray, pdfpath,result[0],pdf_content)
|
|
|
|
| 473 |
print(temp_filename)
|
| 474 |
|
| 475 |
print("result = ",result)
|
| 476 |
+
SearchArray=result[6]
|
| 477 |
|
| 478 |
if pdf_content:
|
| 479 |
doc,outputimg, SimilarAreaDictionary ,spreadsheetId, spreadsheet_url , namepathArr , list1,hatched_areas=deploying_3_3.mainFunctionDrawImgPdf(dataDoc,temp_filename,result[4] ,SearchArray, pdfpath,result[0],pdf_content)
|