This commit is contained in:
root 2022-10-28 11:29:14 +02:00
commit 7361dc6f1f

View File

@ -16,7 +16,8 @@ hash_size of 8 means, the image will be resized to an 8x8 matrix. So, if you wan
- 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
- exportCSV (True/False-default) - exports all possible duplicates into duplicates.csv file
- exportAPI (True-default/False) - exports all possible duplicates to an API (https://git.kmpr.at/kamp/DuplicateAPI)
- find_similar (Finding Similar Images to a corresponding Image)
## Credits