This commit is contained in:
2025-07-01 07:08:15 +00:00
parent cbc372608f
commit 6398808c03

View File

@@ -1014,7 +1014,7 @@ for line in lines:
if crm_branche and isinstance(crm_branche, str) and crm_branche.strip().lower() != "k.a.":
crm_short_branch_for_fallback = crm_branche.strip()
return {
return {
"branch": crm_short_branch_for_fallback if crm_short_branch_for_fallback.lower() != "k.a." else "FEHLER PARSING",
"confidence": result.get("confidence", "N/A"),
"consistency": "error_parsing",