I'm not sure how to go about this, I'd like to capture text from an open window in a Windows Environment, such as something simple like NotePad.
Is there a way to use Node, Python, or C# to accomplish this? Are there any articles or Docs in any languages that apply to what I'm trying to do you know of?
Ultimately, I want to capture the text content, and then manipulate it in the program, and return the modified content.