imagesRecognitionMode Property

Summary

Indicates how to treat the image elements encountered in the SVG representation of this page during text extraction.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentText.prototype, 'imagesRecognitionMode', 
   get: function(), 
   set: function(value) 
) 
imagesRecognitionMode: DocumentTextImagesRecognitionMode; 

Property Value

Recognition mode indicating how to treat the image elements encountered in the SVG representation of this page during text extraction. The default value is DocumentTextImagesRecognitionMode.auto.

Remarks

imagesRecognitionMode determine how text is extracted from the page during DocumentPage.getText. Refer to DocumentTextImagesRecognitionMode for more information.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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