!7 p-experiment { print("Shooting"); BufferedImage img = shootScreenHidingConsole(); print("Recognizing"); L texts = ocr_recognizeMultiLine_scored(img); L lines = onlyStringsLongerThan(1, mapMethod('text, texts)); printNumbered(lines); ImageSurface is = showImageWithRecognizedTexts(img, null, texts); showImageWithRecognizedTexts_makeTeachable2(img, is, texts); }