GetTextsFromCache Method of the Page Object
This method gets full-text recognition results from cache. Use it to retrieve a Text object for each region, which will give you access to full properties of each recognized character via the GetCharParams or GetCharParamsEx methods.
Syntax
Visual Basic .NET
Sub GetTextsFromCache(Regions As RegionsCollection) As TextsCollection
C++
HRESULT GetTextsFromCache( IRegionsCollection* Regions, ITextsCollection** Result );
Parameters
- Regions
- [in] Refers to the IRegionsCollection* object that specifies the regions from which the texts should be retrieved.
- Result
- [out, retval] A pointer to the ITextsCollection* variable that receives the interface pointer for the collection of Text objects. Each text from the array of texts corresponds to its own region from the array of regions.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM