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

Page

See sample: FlexiCapture SDK Code Snippets

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.