feat: Enhance receipt parsing with rule-based line interpretation and AI fallback for complex cases

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Nils-Johan Gynther
2026-05-03 10:47:54 +02:00
parent 5879712a7f
commit fa27c4d4de
3 changed files with 247 additions and 210 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
"noImplicitAny": true,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
"noFallthroughCasesInSwitch": false,
"types": ["node"]
}
}