Scanner ActiveX Control

OCRCharFilter 

 

Set the character filter before start a recognition process.  

Scanner1.OCRCharFilter[=String]


Parameter
String
the string of filter.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
Scanner1.OCRRecognizeMode=0
'show upper case only
Scanner1.OCRCharFilter="ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Scanner1.OCRStartScan(0, "dictfiles")

'after OCRRecognized event fired
Scanner1.OCRSaveRecognizedText "c:\testoutput.txt"