Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrOmrOptions Interface : GetStateRecognitionCharacter Method |
char GetStateRecognitionCharacter( OcrOmrZoneState state )
'Declaration
Function GetStateRecognitionCharacter( _ ByVal state As OcrOmrZoneState _ ) As Char
'Usage
Dim instance As IOcrOmrOptions Dim state As OcrOmrZoneState Dim value As Char value = instance.GetStateRecognitionCharacter(state)
char GetStateRecognitionCharacter( OcrOmrZoneState state )
- (unichar)recognitionCharacterForState:(LTOcrOmrZoneState)state
public char getStateRecognitionCharacter(OcrOmrZoneState state)
function Leadtools.Forms.Ocr.IOcrOmrOptions.GetStateRecognitionCharacter( state )
char GetStateRecognitionCharacter( OcrOmrZoneState state )
OMR stands for Optical Mark Recognition. For more information refer to Using OMR in LEADTOOLS .NET OCR.
You can get the current values using the GetStateRecognitionCharacter method, you can also change them using the SetStateRecognitionCharacter method. If you do not want any OMR characters to show up in the final document, you can set all state characters to ' ' (a space character).