{#each senderModels as model (model.id)} {:else} {/each}
{m.ocr_table_person()} {m.ocr_table_cer()} {m.ocr_table_accuracy()} {m.ocr_table_lines()} {m.ocr_table_actions()}
{personNames[model.personId] ?? model.personId} {model.cer != null ? (model.cer * 100).toFixed(1) + '%' : '—'} {model.accuracy != null ? (model.accuracy * 100).toFixed(1) + '%' : '—'} {model.correctedLinesAtTraining} {m.ocr_table_details()}
{m.ocr_no_models()}