Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

12
LINES

< > BotCompany Repo | #1015301 // RecognizedText

JavaX fragment (include)

1  
sclass RecognizedText extends DynamicObject {
2  
  Rect r;
3  
  Scored<S> text; // 0 to 1
4  
5  
  *() {}
6  
  *(Rect *r, Scored<S> *text) {}
7  
  
8  
  float score() { ret getScore(text); }
9  
  S text() { ret getVar(text); }
10  
  
11  
  toString { ret r + ": " + text; }
12  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015301
Snippet name: RecognizedText
Eternal ID of this version: #1015301/7
Text MD5: 74214c707bd480da51d6ef1d958c6652
Author: stefan
Category: javax / ocr
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-05 23:16:25
Source code size: 254 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 346 / 939
Version history: 6 change(s)
Referenced in: [show references]