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

10
LINES

< > BotCompany Repo | #1015275 // Recognize text on current screen (with scores)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (9571L/68K).

!7

p-experiment {
  print("Shooting");
  BufferedImage img = shootScreenHidingConsole();
  print("Recognizing");
  L<RecognizedText> lines = ocr_recognizeMultiLine_scored(img);
  //lines = [S line : lines | l(getVar(line.text)) > 1];
  pnlStruct(lines);
}

Author comment

Began life as a copy of #1015266

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015275
Snippet name: Recognize text on current screen (with scores)
Eternal ID of this version: #1015275/1
Text MD5: 31d8d283200acbfa605b422f1a76511a
Transpilation MD5: be4306af6bf00c254f64836cf74649a5
Author: stefan
Category: javax / ocr
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-11 12:55:14
Source code size: 265 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 333 / 783
Referenced in: [show references]