From 0ab311b8001b154d7acd6c9d81de3f9b7b6dd3ba Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Mon, 31 Oct 2022 18:03:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 10fe428..facc0b6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ -#Bildduplikate - -##Information -This program allows to compare possible image duplicates from a CSV (you can use python script https://git.kmpr.at/kamp/SimilarImages to find them and generate the CSV file) or an API (https://git.kmpr.at/kamp/DuplicateAPI which can be fed by the same python script) and delete one of the duplicates. - -Keyboard Control: -[1] - delete first possible duplicate -[2] - delete second possible duplicate -[0] or [K] - mark images as non-duplicates -[D] delete most probably worst indicated duplicate (which has the bold delete button) \ No newline at end of file +# Bildduplikate + +## About +This program allows to compare possible image duplicates from a CSV (you can use python script https://git.kmpr.at/kamp/SimilarImages to find them and generate the CSV file) or an API (https://git.kmpr.at/kamp/DuplicateAPI which can be fed by the same python script) and delete one of the duplicates or mark the duplicates as non-duplicates (for API). + +## Features +* Can read possible duplicates from a CSV files +* Can read possible duplicates from an API +* suggestion of most probably "worse" duplicate to delete +* keyboar control functions for faster processing + +## Keyboard Control +[1] - delete first possible duplicate +[2] - delete second possible duplicate +[0] or [K] - mark images as non-duplicates +[D] delete most probably worst indicated duplicate (which has the bold delete button) \ No newline at end of file