Small fix to alignement
This commit is contained in:
@@ -17,7 +17,7 @@ def detect_checks_and_notes(output_dir):
|
||||
notes_img: RGBA image of manual notes (checks masked out)
|
||||
"""
|
||||
|
||||
names = ["Concat_annotated.pdf", "Concat_a.pdf"]
|
||||
names = ["Concat_annotated.pdf"]
|
||||
for name in names:
|
||||
pdf_path = os.path.join(output_dir, name)
|
||||
if os.path.exists(pdf_path):
|
||||
|
||||
Reference in New Issue
Block a user