Download Jar. Libraryless. Click here for Pure Java version (9886L/69K).
1 | !7 |
2 | |
3 | p { |
4 | RGBImage img = rgbShootScreenHidingConsole(); |
5 | Rect r = ocr_findSnippetSource(img); |
6 | |
7 | if (r == null) { |
8 | print("No snippet source found."); |
9 | } |
10 | print("Scanning: " + r); |
11 | |
12 | img = img.clip(r); |
13 | L<S> lines = ocr_recognizeMultiLine(img); |
14 | printNumbered(lines); |
15 | } |
Began life as a copy of #1006166
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: | #1006334 |
Snippet name: | Find snippet source on screen, recognize, step 1 |
Eternal ID of this version: | #1006334/2 |
Text MD5: | 054882b47d4693e390c64d4a2e81b994 |
Transpilation MD5: | eed8fd714fc35cd0e4033f1008265302 |
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-10 23:48:46 |
Source code size: | 294 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 681 / 1275 |
Version history: | 1 change(s) |
Referenced in: | [show references] |