As part of our implementation, we will need to locate file duplicates within Laserfiche and (ideally) replace copies with shortcuts to the master versions of those documents. Some of the duplicates may be named differently from the original files, and have attributes such as Date Edited that could be different as well.
Progressing further, I would ideally also like to be able to check for duplicates between departments, so that if something like a copy of a policy has been saved by both teams, we are aware of it and able to address it.
My preference would be to use SHA256 instead of just reviewing all text in a file to compare, is there a way to generate hashes for all files in the system to compare and locate potential duplicate files?