!7 p-experiment { print("Shooting"); BufferedImage img = shootScreenHidingConsole(); print("Recognizing"); L lines = ocr_recognizeMultiLine_scored(img); //lines = [S line : lines | l(getVar(line.text)) > 1]; pnlStruct(lines); }