ocrCharacterIndex Property

Summary

Index of this character in the original OCR character collection.

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

Property Value

0-based index of this character of the original OCR character collection. This value is valid only if isFromOcr is true. The default value is 0.

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.