fix hil e-contract
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -455,7 +455,7 @@ class Finder: | ... | @@ -455,7 +455,7 @@ class Finder: |
455 | if not left < bbox[0] < right: | 455 | if not left < bbox[0] < right: |
456 | continue | 456 | continue |
457 | repayment_schedule_text_list.append(text) | 457 | repayment_schedule_text_list.append(text) |
458 | if '61.' in text: | 458 | if text.strip() == "61.": |
459 | page = pno | 459 | page = pno |
460 | table = True | 460 | table = True |
461 | left = bbox[0] | 461 | left = bbox[0] | ... | ... |
-
Please register or sign in to post a comment