I can finally draw things over other windows outside of the normal Java frame.
I came up with this contraption today, "Window Reader",
and it's still warm from the compiler.
.
The idea is you press a hotkey (CTRL-R) to activate the program.
Next you drag a box around some text on your screen.
Then that area of text gets pushed through an OCR engine,
All the pixels in that window will try to be optically recognized into text.
The results of the text scan are popped up in a new window.
This way you can cut and paste text from images that can't normally get cut/pasted.
Let me know how it works for you, fellow software testers.
INSTALLATION / USAGE
2. Start WindowReader.jar (double-click, or "java -jar WindowReader.jar")
3. Press CTRL-R and then select a rectangle of text anywhere on your screen to read.
(you will see a red border around your screen, and blue words where the mouse is)
4. Wait for it! Large areas can take a few seconds to process.
5. The new popup window will show the OCR text.
6. Repeat step 3 until:
7. You press CTRL-Q to quit.