Implements a new command for fuzzy matching document content and reporting potential duplicates

This commit is contained in:
Trenton Holmes
2023-09-10 16:32:10 -07:00
committed by Trenton H
parent 78cb3ccc66
commit e4bf3c6ac4
4 changed files with 178 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ for command in decrypt_documents \
document_retagger \
document_thumbnails \
document_sanity_checker \
document_fuzzy_match \
manage_superuser;
do
echo "installing $command..."