OCR PlugIn ReferenceProperties OCRCharFilter Scanner ActiveX Control OCRCharFilter Set the character filter before start a recognition process. Scanner1.OCRCharFilter[=String] ParameterStringthe string of filter.RemarkThis property is Read/Write. Example Visual Basic SyntaxScanner1.OCRRecognizeMode=0'show upper case onlyScanner1.OCRCharFilter="ABCDEFGHIJKLMNOPQRSTUVWXYZ"Scanner1.OCRStartScan(0, "dictfiles")'after OCRRecognized event firedScanner1.OCRSaveRecognizedText "c:\testoutput.txt"