←Select platform

OcrPageSortedZonesIndexMapFlags Enumeration

Summary

Indicates the flags used for sorting zones in GetSortedZonesIndexMap.

Syntax
C#
C++/CLI
Python
[SerializableAttribute()] 
[FlagsAttribute()] 
public enum OcrPageSortedZonesIndexMapFlags 
public: 
   [SerializableAttribute,  
   FlagsAttribute] 
   enum class OcrPageSortedZonesIndexMapFlags sealed 
class OcrPageSortedZonesIndexMapFlags(Enum): 
   None = 0 
   TableCellsAsOne = 1 
Members
ValueMemberDescription
0x00000000NoneNone
0x00000001TableCellsAsOneTreat a table with its own cells as one zone in the sorting process. Table cells will be sorted row by row from top to bottom, and within the row, cells are sorted from left to right.
Remarks

These flags are used with GetSortedZonesIndexMap to control the process of sorting zones.

GetSortedZonesIndexMap returns an array of the zone indices ordered such that their corresponding zones are sorted from top to bottom and left to right. The first zone's index reported in the array corresponds to the very top-left zone, while the last zone's index reported in the array corresponds to the very bottom-right zone.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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