DeskewedImageElement
The DeskewedImageElement interface extends the RegionObjectElement interface and represents a deskewed image element.
interface DeskewedImageElement extends RegionObjectElement {
imageData: DSImageData;
sourceLocation: Quadrilateral;
referencedElement: RegionObjectElement;
}
imageData
The image data for the deskewed image.
sourceLocation
The source location where the deskewed image was extracted from the original image, represented as a quadrilateral.
See Also
See Also
referencedElement
The original element that this deskewed image was referenced from.