ocrZoneIndex Property

Summary

Index of this character in the original OCR zone collection.

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

Property Value

0-based index of this character in the original OCR zone 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly