Gets or sets the character used as a symbol for the rejected characters in the final output document.
public char RejectionSymbol { get; set; }
Property RejectionSymbol As Char
public char getRejectionSymbol()
public void setRejectionSymbol(char value)
The character used as a symbol for the rejected (i.e. unrecognized the recognition module used in the zone) characters in the final output document.
In IOcrEngine there is a special internal code for marking the unrecognized characters (called rejected characters). However, when exporting to the final output document, the recognition result must contain this information, as well. The character which will be used as a placeholder for rejected characters is the rejection symbol.
The default rejection symbol is "~" (the tilde character)
For more information on recognition and rejected and missing symbols, refer to IOcrPage.Recognize.
Note: This property is read only for the LEADTOOLS OCR Module - LEAD Engine, setting this property will have no effect.
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