Small fix to alignement

This commit is contained in:
2026-02-28 18:51:30 +01:00
parent e5140a460a
commit 5efae09664
3 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -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):