feat(ocr): per-sender specialized Kurrent models with automatic active-learning retraining #263
@@ -206,7 +206,7 @@ public class OcrTrainingService {
|
||||
.map(OcrTrainingRun::getPersonId)
|
||||
.filter(Objects::nonNull)
|
||||
.distinct()
|
||||
.collect(java.util.stream.Collectors.toList());
|
||||
.toList();
|
||||
Map<String, String> personNames = new HashMap<>();
|
||||
if (!distinctPersonIds.isEmpty()) {
|
||||
personService.getAllById(distinctPersonIds)
|
||||
|
||||
Reference in New Issue
Block a user