Enumeration EnumLayoutPattern
EnumLayoutPattern describes the strategy for the layout engine to organize quadrilaterals.
- JavaScript
enum EnumLayoutPattern{ /**Algorithm automatically detects the best layout pattern.*/ LP_UNKNOWN = 0, /**Elements are organized into sequential lines (rows or columns).*/ LP_LINES = 1, /**Elements are organized into a strict grid/matrix structure.*/ LP_MATRIX = 2 }
Remarks
New added in CaptureVisionBundle version 3.6.2000 & BarcodeReaderBundle version 11.6.2000.