mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 19:39:00 +08:00
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:
parent
7034dc8dea
commit
4b195cc14c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user