Gets the character used to represent an OMR state in the output document.
public char GetStateRecognitionCharacter(
OcrOmrZoneState state
)
Function GetStateRecognitionCharacter( _
ByVal state As Leadtools.Forms.Ocr.OcrOmrZoneState _
) As Char
char GetStateRecognitionCharacter(
Leadtools.Forms.Ocr.OcrOmrZoneState state
)
- (unichar)recognitionCharacterForState:(LTOcrOmrZoneState)state
public char getStateRecognitionCharacter(OcrOmrZoneState state)
function Leadtools.Forms.Ocr.IOcrOmrOptions.GetStateRecognitionCharacter(
state
)
char GetStateRecognitionCharacter(
Leadtools.Forms.Ocr.OcrOmrZoneState state
)
state
The OMR state for this character.
A Char that indicates the character used to represent the given OMR state in the output document.
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).
For an example, refer to IOcrOmrOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET