photographi_rank_photographs
Identify top-quality photos by analyzing technical metrics in a folder. Select the best images from batches up to 100 photos using configurable ranking criteria.
Instructions
Ranks photos by technical quality and returns the top_n best images. Uses high concurrency to process up to 100 images per call (default limit). Ideal for burst sequences or finding hero shots. Returns detailed metrics for each top image. For full folder analysis, use photographi_analyze_folder instead.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Absolute path to folder. | |
| top_n | No | Number of top-rated images to return. | |
| limit | No | Max images to evaluate in this batch. | |
| offset | No | Pagination offset. | |
| metrics | No | Specific metrics for ranking. | |
| enable_subject_detection | No | ||
| model_size | No | YOLO model size. | nano |
| fast_mode | No | Defaults to True (4-8x faster). Set to False for full-resolution 'Forensic Precision' mode (much slower on 40MP+ files). |