pub fn segment_lines(crop: &RgbImage) -> Vec<(u32, u32, u32, u32)>
Split a region crop into text lines via a horizontal ink-projection profile. Returns tight (l, t, r, b) boxes in crop pixels.
(l, t, r, b)