From 4b195cc14ced269d202317dab712d729c1fe4e68 Mon Sep 17 00:00:00 2001 From: cHz <108206817+oidin5464@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:14:46 +0800 Subject: [PATCH] fix: Misspelled Variable Name (#1662) ### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- rag/app/qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag/app/qa.py b/rag/app/qa.py index ace5b4970..fee46ad57 100644 --- a/rag/app/qa.py +++ b/rag/app/qa.py @@ -119,7 +119,7 @@ class Pdf(PdfParser): if not has_bull: # No question bullet if not last_q: if tbl_pn < line_pn or (tbl_pn == line_pn and tbl_top <= line_top): # image passed - tbls_index += 1 + tbl_index += 1 continue else: sum_tag = line_tag