Image Viewer CP ActiveX Control

OCRIsRecognizing

 

Return the recognizing status.

Public Function OCRIsRecognizing( ) as Bool

 

No Parameter

Return Value
    Returns true if recognizing, otherwise return false.

Example

   

Visual Basic Syntax
ImageViewer1.OCRRecognizeMode=0
ImageViewer1.OCRStartScan(0, "dictfiles")

'after OCRRecognized event fired
bStatus=ImageViewer1.OCRIsRecognizing