LayoutElement
The LayoutElement interface represents an element in a layout analysis.
interface LayoutElement {
quad: Quadrilateral;
source: EnumLayoutElementSource;
}
quad
The geometric coordinates of the element.
source
The origin of this element, of type EnumLayoutElementSource.
Remarks
New added in CaptureVisionBundle version 3.6.2000 & BarcodeReaderBundle version 11.6.2000.