bugfix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user