Sub RecognizeBlocks( _ BlockIndices As IIntsCollection, _ [SynthesisParamsForPage As ISynthesisParamsForPage = Nothing], _ [ExtractionParams As ObjectsExtractionParams = Nothing] _)
BlockIndices[in] This parameter refers to the IntsCollection object that contains the indices of blocks to be recognized. This parameter may be 0, in which case all blocks on the page are recognized.SynthesisParamsForPage[in] The SynthesisParamsForPage object that stores parameters of page synthesis. This parameter may be 0. In this case, the page is synthesized with default parameters, or, if a profile has been loaded, the parameters set by this profile are used.ExtractionParams[in] The ObjectsExtractionParams object that stores parameters of objects extraction. This parameter may be 0. In this case, the objects are extracted with default parameters, or, if a profile has been loaded, the parameters set by this profile are used.