Gets the character used to represent an OMR state in the output document.
public char GetStateRecognitionCharacter(
OcrOmrZoneState state
)
Function GetStateRecognitionCharacter( _
ByVal state As OcrOmrZoneState _
) As Char
- (unichar)recognitionCharacterForState:(LTOcrOmrZoneState)state
public char getStateRecognitionCharacter(OcrOmrZoneState state)
char GetStateRecognitionCharacter(
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).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document