RecognizeBlocks Method of the Document Object
This method allows you to recognize a collection of blocks in the document.
Syntax
Visual Basic .NET
Sub RecognizeBlocks(Blocks As BlocksCollection)
C++
HRESULT RecognizeBlocks( IBlocksCollection* Blocks );
Parameters
- Blocks
- [in] Refers to the BlocksCollection object, which contains the blocks to be recognized.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Samples
C++ (COM) code
See also
15.08.2023 13:19:30