Libraryless. Click here for Pure Java version (8218L/56K/194K).
1 | !7 |
2 | |
3 | concept Recognition { |
4 | new Ref shot; |
5 | S text; |
6 | } |
7 | |
8 | p { |
9 | Concepts in = new Concepts(#1006248).load(); |
10 | new TreeSet<S> set; |
11 | for (Recognition r : in.list(Recognition)) { |
12 | S url = trim(ocr_withoutSymbols(r.text)); |
13 | if (set.add(url)) |
14 | print(url); |
15 | } |
16 | |
17 | showTableWithSearcher(withKey(asList(set), "URL"), "Where Did I Surf Today?"); |
18 | hideConsole(); |
19 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006299 |
Snippet name: | Where Did I Surf Today? [works, part of that other program] |
Eternal ID of this version: | #1006299/1 |
Text MD5: | d652cd87a1f4d8c5f30000689d02033a |
Transpilation MD5: | 332e6b64896872943eabe439e9fa58ea |
Author: | stefan |
Category: | javax / ocr / a.i. |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-12-26 21:56:40 |
Source code size: | 385 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 481 / 803 |
Referenced in: | [show references] |