feat(ocr): per-sender specialized Kurrent models with automatic active-learning retraining #263

Merged
marcel merged 32 commits from feat/issue-253-sender-models into main 2026-04-18 12:30:57 +02:00
Showing only changes of commit bbfd234746 - Show all commits

View File

@@ -206,7 +206,7 @@ public class OcrTrainingService {
.map(OcrTrainingRun::getPersonId) .map(OcrTrainingRun::getPersonId)
.filter(Objects::nonNull) .filter(Objects::nonNull)
.distinct() .distinct()
.collect(java.util.stream.Collectors.toList()); .toList();
Map<String, String> personNames = new HashMap<>(); Map<String, String> personNames = new HashMap<>();
if (!distinctPersonIds.isEmpty()) { if (!distinctPersonIds.isEmpty()) {
personService.getAllById(distinctPersonIds) personService.getAllById(distinctPersonIds)