find_images_with_gps_exif
Locates images with embedded GPS coordinates in a specified folder. Supports recursive search and custom file extensions.
Instructions
Find images in one folder that contain GPS/location EXIF fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | ||
| recursive | No | ||
| extensions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | ||
| scanned_count | Yes | ||
| matched_count | Yes | ||
| failed_count | Yes | ||
| skipped_count | Yes | ||
| matches | Yes | ||
| failures | Yes |