RED-8239 - Update dictionary for surrounding text analysis #245

Merged
andrei.isvoran.ext merged 1 commits from RED-8239 into master 2024-01-11 17:53:04 +01:00

View File

@ -77,6 +77,8 @@ public class UnprocessedChangesService {
List<UnprocessedManualEntity> unprocessedManualEntities = new ArrayList<>();
dictionaryService.updateDictionary(analyzeRequest.getDossierTemplateId(), analyzeRequest.getDossierId());
EntityLog previousEntityLog = redactionStorageService.getEntityLog(analyzeRequest.getDossierId(), analyzeRequest.getFileId());
Document document = DocumentGraphMapper.toDocumentGraph(observedStorageService.getDocumentData(analyzeRequest.getDossierId(), analyzeRequest.getFileId()));