fix: Misspelled Variable Name (#1662)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
cHz 2024-07-24 11:14:46 +08:00 committed by GitHub
parent 7034dc8dea
commit 4b195cc14c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@ class Pdf(PdfParser):
if not has_bull: # No question bullet if not has_bull: # No question bullet
if not last_q: if not last_q:
if tbl_pn < line_pn or (tbl_pn == line_pn and tbl_top <= line_top): # image passed if tbl_pn < line_pn or (tbl_pn == line_pn and tbl_top <= line_top): # image passed
tbls_index += 1 tbl_index += 1
continue continue
else: else:
sum_tag = line_tag sum_tag = line_tag