Gets or sets the character used as a symbol for the missing characters in the final output document.
public char MissingSymbol { get; set; }
Property MissingSymbol As Char
public char getMissingSymbol()
public void setMissingSymbol(char value)
The character used as a symbol for the missing characters in the final output document.
The missing symbol is a special character that replaces another character that was recognized by the engine but could not be represented in the final output document, since the character does not exist in the current code page.
During the conversion to the final output document the IOcrDocument.Save or IOcrDocument.SaveXml methods will try to find a replacement character with a similar shape for one not supported by the current code page. Only if this attempt was not successful the missing symbol will be sent into the final output document.
The default missing symbol is "^" (the circumflex character)
For more information on recognition and rejected and missing symbols, refer to IOcrPage.Recognize.
Note: This property is not supported in the LEADTOOLS OCR Module - LEAD Engine
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