[SerializableAttribute()]
[FlagsAttribute()]
public enum OcrPageSortedZonesIndexMapFlags
<SerializableAttribute(),
FlagsAttribute()>
Public Enum OcrPageSortedZonesIndexMapFlags
public:
[SerializableAttribute,
FlagsAttribute]
enum class OcrPageSortedZonesIndexMapFlags sealed
Value | Member | Description |
---|---|---|
0x00000000 | None | None |
0x00000001 | TableCellsAsOne | Treat 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. |
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document