!7 p-experiment { for (File f : listPNGFiles(javaxDataDir("Screen shots for text recognition"))) { print(f.getName()); BufferedImage img = loadBufferedImage(f); print("Recognizing"); L lines = ocr_recognizeMultiLine_scored(img); //lines = [S line : lines | l(getVar(line.text)) > 1]; //pnlStruct(lines); print("Got " + n2(lines, "line")); } }