isFromOcr Property

Summary

Indicates that this character was obtained through an OCR operation.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentCharacter.prototype, 'isFromOcr', 
   get: function(), 
   set: function(value) 
) 
isFromOcr: boolean; 

Property Value

true if this character was obtained through an OCR operation; otherwise, false. The default value is false.

Remarks

For more information, refer to Parsing Text with the Document Library.

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.