-
- {t("billlines.confidence.breakdown", { defaultValue: "Confidence Breakdown" })}
-
+ {t("bills.labels.ai.confidence.breakdown")}
-
{t("billlines.confidence.overall", { defaultValue: "Overall" })}: {total.toFixed(1)}%
+
{t("bills.labels.ai.confidence.overall")}: {total.toFixed(1)}%
-
{t("billlines.confidence.ocr", { defaultValue: "OCR" })}: {ocr.toFixed(1)}%
+
{t("bills.labels.ai.confidence.ocr")}: {ocr.toFixed(1)}%
-
{t("billlines.confidence.match", { defaultValue: "Job Match" })}: {jobMatch.toFixed(1)}%
+
{t("bills.labels.ai.confidence.match")}: {jobMatch.toFixed(1)}%