From 89851a64bfb9d212948b140423145379b35c098d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 23 Oct 2022 19:41:03 +0200 Subject: [PATCH] updated readme with options --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f01fc1..408d185 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Finds duplicates and similar images in a defined path. Set the image to search f ## Available Functions - find_duplicates (Finding and Deleting Duplicates) +options: +verbose (True-default/False) - Show messages (verbose=False automatically deletes duplicates!) +exportCSV (True-default/False) - exports all possible duplicates into duplicates.csv file - find_similar (Finding Similar Images to a corresponding Image) ## Credits