!7 sclass AnalyzedImage { //long lastScreenshotTime; //Rect lastRect; BWImage image; S md5; //int count; BWImage visualizedSplit; new L rects; new L characters; new L characterMD5s; L groupedRecognition; S recognition; } 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); }