Marthee commited on
Commit
711736a
·
verified ·
1 Parent(s): 6f21f3d

Update Counting_Columns_2_1.py

Browse files
Files changed (1) hide show
  1. Counting_Columns_2_1.py +1 -1
Counting_Columns_2_1.py CHANGED
@@ -225,7 +225,7 @@ def mainfun(pdf_name):
225
  annotatedimg = cv2.cvtColor(img, cv2.COLOR_RGB2BGR)
226
 
227
  legend = legend.fillna(' ')
228
- gc,spreadsheet_service,spreadsheetId, spreadsheet_url , namepathArr=google_sheet_Legend.legendGoogleSheets(df_doors , pdf_name,pdfpath)
229
  list1=pd.DataFrame(columns=['content', 'id', 'subject','color'])
230
  for page in doc2:
231
  for annot in page.annots():
 
225
  annotatedimg = cv2.cvtColor(img, cv2.COLOR_RGB2BGR)
226
 
227
  legend = legend.fillna(' ')
228
+ gc,spreadsheet_service,spreadsheetId, spreadsheet_url , namepathArr=google_sheet_Legend.legendGoogleSheets(legend , pdf_name,pdfpath)
229
  list1=pd.DataFrame(columns=['content', 'id', 'subject','color'])
230
  for page in doc2:
231
  for annot in page.annots():