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

12
LINES

< > BotCompany Repo | #1015301 // RecognizedText

JavaX fragment (include)

sclass RecognizedText extends DynamicObject {
  Rect r;
  Scored<S> text; // 0 to 1

  *() {}
  *(Rect *r, Scored<S> *text) {}
  
  float score() { ret getScore(text); }
  S text() { ret getVar(text); }
  
  toString { ret r + ": " + text; }
}

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: 344 / 935
Version history: 6 change(s)
Referenced in: [show references]