From 3f0e36a20365c8dd34cecc42e7cbbafd85d0391b Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 27 Apr 2025 22:19:10 -0400 Subject: [PATCH] Error Levels Explained. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cefcc9c..a1b1915 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ python dedup.py 0.jpg 1.jpg ``` ### Files made by get_dups Scripts: -error level: 0 = No a Dup, 1 = Duplicate, 2 = Close Match, 5 = Same GPS GEO-location, 8 = Invalid Image -possible files: dups.txt, alike.txt, sameGPS.txt, and invalid.txt +error level: 0 = No a Dup, 1 = Duplicate, 2 = Close Match, 5 = Same GPS GEO-location, 8 = Invalid Image. Possible files: dups.txt, alike.txt, sameGPS.txt, and invalid.txt [![Image of ScreenShot](Screenshot2025-04-26.png)]