dev add verified notifications
Test Workflow / test (push) Successful in 1m29s

This commit is contained in:
vladp
2026-04-08 21:58:28 +07:00
parent be1ad7f066
commit aef2c1dfe0
3 changed files with 4 additions and 10 deletions
@@ -26,7 +26,9 @@ public class ImageHashService {
private final CloudStorageService cloudStorageService;
public Map<String, Long> calculateHash(Path imagePath) throws IOException {
File file = cloudStorageService.readFileFromStorageByPath(imagePath.toString());
// File file = cloudStorageService.readFileFromStorageByPath(imagePath.toString());
File file = imagePath.toFile();
PHash pHash = PerceptualHashHelper.INSTANCE.generateDCTPerceptualHash(file);