Is it possible to grab textarea using java from another non-java application?
Known way is OCR with java.awt.Robot in my opinion is too complex and non effective if grabbed area is in the minimized window.
P.S. Linux environment is preferred but not mandatory for solution.