code issue fix

This commit is contained in:
Yaojia Wang
2026-01-17 18:55:46 +01:00
parent 510890d18c
commit e9460e9f34
9 changed files with 729 additions and 57 deletions

View File

@@ -21,6 +21,7 @@ FIELD_CLASSES = {
'Plusgiro': 5,
'Amount': 6,
'supplier_organisation_number': 7,
'customer_number': 8,
}
# Fields that need matching but map to other YOLO classes
@@ -41,6 +42,7 @@ CLASS_NAMES = [
'plusgiro',
'amount',
'supplier_org_number',
'customer_number',
]