photographi_threshold_cull
Moves images below a confidence threshold to a 'rejects' subfolder, keeping higher-confidence images. Supports move, XMP tagging, or both modes.
Instructions
Binary threshold culling: moves images below min_confidence (default 0.6) to a 'rejects' subfolder. Images ABOVE the threshold stay in the original folder. Similar to photographi_cull_photographs, but uses a higher default threshold and 'rejects/' folder name for stricter filtering. Processes 100 images per call. Mode options: 'move', 'xmp', or 'both'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Absolute path to folder. | |
| min_confidence | No | ||
| mode | No | Action to perform: 'move' (files to subfolder), 'xmp' (sidecar tags only), or 'both'. | move |
| enable_subject_detection | No | ||
| limit | No | ||
| offset | No | ||
| fast_mode | No | Defaults to True (4-8x faster). Set to False for full-resolution 'Forensic Precision' mode (much slower on 40MP+ files). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||