pub fn decode_row(chars: &[String], probs: &[f32], nc: usize) -> String
Greedy CTC decode of one row’s (T, C) probabilities.
(T, C)