Scanner ActiveX Control

OCRGetRecognizedText

 

Returns the recognized text during the last OCR process done by the OCRStartScan() method.

Public Function OCRGetRecognizedText( ) as String

 

No Parameter

Return Value
    Returns the recognized text.

Example

   

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

'after OCRRecognized event fired
msgbox Scanner1.OCRGetRecognizedText