GetWord is a professional library for capturing text on screen. It can help integrate the function of text capturing into your software product easily.
Product Information:
Development Environments Supported:
GetWord supports all the popular development environments, such as Visual Studio 6.0, Visual Studio .Net 2003, Visual Studio .Net 2005, Delphi , C++ Builder, etc.
Key Features:
1. Support all the popular Windows platforms with different main languages, such as English/Simplified & Traditional Chinese/Russian/French/Japanese/German/Spanish/Korean/Turkish, etc.
2. Support Unicode.
3. Support sentence capturing. It can Capture not only the words at a given point, but also the words before and after the given point.
4. Support rectangle capturing. It can capture all the text in a given rectangle on the screen.
5. Support PDF text capturing from Adobe Acrobat/Acrobat Reader.
6. Support selected (highlighted) text capturing
7. Support Command Prompt text capturing
8. Support all the standard Windows Controls, such as Dialog, Toolbar, Menu, EditBox, ComboBox, ListBox, TreeCtrl, etc.
9. Support various popular software, such as Microsoft Office, Outlook, etc.
10. Support all the popular Internet browsers, such as IE, Firefox, Mozilla, Netscape, etc.
11. Support word and sentence capturing by mouse cursor and Hotkeys.
12.Convenient integration into your software product. Only no more than 20 lines owf code are needed to integrate this library.
new:
Add two capturing modes for point text capturing. The mode can be specified in GetWord.ini as follows:
(1) PointCaptureMode=0 ; capture the total horizontal line below the given capturing point (x, y) (DEFAULT MODE)
(2) PointCaptureMode=1 ; only capture the text below the given capturing point and in the same window with the capturing point