ExtractTextRegions Method of the Page Object
This method extracts text regions on the page. It allows you to access all background text on the recognized page, which might then be used for various purposes, such as indexing the documents for a future search, moving a block to the selected text, etc.
Important! This method works with flexible documents only.
Syntax
Visual Basic .NET
Function ExtractTextRegions() As TextRegions
C++
HRESULT ExtractTextRegions( ITextRegions** result );
Parameters
- result
- [out, retval] A pointer to the ITextRegions* variable that receives the interface pointer for the collection of all text regions found on the page.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
See sample: FlexiCapture SDK Code Snippets
8/15/2023 1:19:30 PM