Indicates whether the application will attempt to recognize any glyphs found in SVG files using the OCR engine.
public bool RecognizeGlyphs {get; set;}
Public Property RecognizeGlyphs() As Boolean
Get
Set
public:
property bool RecognizeGlyphs
{
bool get()
void set(bool value)
}
true to try to recognize glyphs found in SVG files using the OCR engine; otherwise, false to ignore using the OCR engine to recognize glyphs found in SVG files. The default value is true.
This is only valid if the value of ImagesRecognitionMode is DocumentTextImagesRecognitionMode.Always.
Refer to Parsing Text with the Document Library for more information.
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