static L ocr_clearLinesBelowMinScore(L l) { for (RecognizedText r : l) if (r.text.score() < ocr_minScore()) r.text = Scored(ocr_unknownCharacterPlaceholder(), 0); ret l; }