←Select platform

RecognizeGlyphs Property

Summary

Indicates whether the application will attempt to recognize any glyphs found in SVG files using the OCR engine.

Syntax
C#
C++/CLI
Python
public bool RecognizeGlyphs {get; set;} 
public:  
   property bool RecognizeGlyphs 
   { 
      bool get() 
      void set(bool value) 
   } 
RecognizeGlyphs # get and set (DocumentText) 

Property 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.

Remarks

This is only valid if the value of ImagesRecognitionMode is DocumentTextImagesRecognitionMode.Always.

Refer to Parsing Text with the Document Library for more information.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.