!7 concept Recognition { new Ref shot; S text; } p { Concepts in = new Concepts(#1006248).load(); new TreeSet set; for (Recognition r : in.list(Recognition)) { S url = trim(ocr_withoutSymbols(r.text)); if (set.add(url)) print(url); } showTableWithSearcher(withKey(asList(set), "URL"), "Where Did I Surf Today?"); hideConsole(); }