←Select platform

GetSortedZonesIndexMap Method

Summary

Generates an array that contains zone indices listed such that the corresponding zones are in order from top to bottom and left to right. The first zone's index in the array corresponds to the top-left zone while the last zone's index in the array corresponds to the bottom-right zone.

Syntax
C#
VB
C++
public int[] GetSortedZonesIndexMap( 
   OcrPageSortedZonesIndexMapOptions options 
) 
Public Function GetSortedZonesIndexMap( 
   ByVal options As OcrPageSortedZonesIndexMapOptions 
) As Integer() 
public:  
   array<Int32>^ GetSortedZonesIndexMap( 
      OcrPageSortedZonesIndexMapOptions^ options 
   ) 

Parameters

options

Specifies criteria that should be considered while sorting the zones.

Return Value

Returns an array of integer values for zone indices.

Remarks

This method does not change the index of any zone. It virtually sorts the zones from top to bottom and left to right, then it reports the indices of the virtually sorted zones. The first zone's index reported is the first top-left zone and the last zone's index reported is the last bottom-right zone.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly