static L ocr_filterByMinScore(L l) { ret [RecognizedText r : l | r.text.score() >= ocr_minScore()]; }