Articles
Capture text from screen in C++ application
By admin on August 08, 2016
0
This article explains how to create a simple Visual C++ application which captures text from screen using TextGRAB SDK. We will create application similar to standard C++ demo which comes with SDK installer package – a simple dialog based application. It will allow capturing text snapshot and text from screen (capture text from rectangle, capture
Read This PostCreating C# capture text demo application
on August 08, 2016
0
The article shows how you can add capture text functionality into your C# application. Simple demo application similar to standard TextGRAB SDK C# demo will be created. With this demo it would be possible to capture text from window, from rectangle, from point and it will also allow to capture text snapshot and text string.
Read This Post