static MultiMap thingsOnScreenMap() { ping(); SS comments = persistentHashMapFromProgram(#1010705, "Comments"); BWImage img = shootScreenBW(); new TreeSet elements; L segments = autoSegment(img); new MultiMap map; for (Rect r : segments) { RGBImage clip = img.clip(r).toRGB(); S md5 = rgbMD5(clip); S text = comments.get(md5); if (nempty(text)) map.put(text, r); } ret map; }