Screen OCR – Recognising Graphical Text
[UPDATE: 27.3.2018 – Since this article was written Macro Scheduler now has built in Screen OCR functions] We often need to write scripts that extract text from a window or some area of the screen. Usually this can be achieved via the clipboard, or commands such as GetWindowText and GetControlText, or via a Win32 API […]