find_duplicates
Identify duplicate medical documents by comparing filenames and file sizes to help organize cancer patient records after repeated imports.
Instructions
Detect potential duplicate documents based on original filename and file size.
Returns groups of documents that share the same original_filename + size_bytes. Each group contains 2+ documents. Useful for cleanup after repeated imports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |