TensorFlo commited on
Commit
8c0a387
·
1 Parent(s): 1cd4967
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -31,7 +31,7 @@ def process_essays(images, question, guidelines, workbook):
31
 
32
  img_index = 0
33
  # First Pass: Transcribe missing texts
34
- for row in range(2, first_empty_row + 1):
35
  student_id = sheet.cell(row=row, column=1).value
36
  num_pages = sheet.cell(row=row, column=2).value
37
  transcribed_text = sheet.cell(row=row, column=3).value
 
31
 
32
  img_index = 0
33
  # First Pass: Transcribe missing texts
34
+ for row in range(2, first_empty_row):
35
  student_id = sheet.cell(row=row, column=1).value
36
  num_pages = sheet.cell(row=row, column=2).value
37
  transcribed_text = sheet.cell(row=row, column=3).value