pub fn deduplicate_candidates(
candidates: Vec<CaptureCandidate>,
) -> Vec<CaptureCandidate>Expand description
Removes duplicate/similar candidates based on content fingerprints.
Keeps highest-confidence candidates when similar content is detected.