Id Images
Defined in framework ScanditIdCapture
- IdImages
open class IdImages : NSObject
Added in version 7.0.0
A class that contains the extracted images from a document.
- face
open var face: UIImage? { get }
Added in version 7.0.0
Returns a bitmap corresponding to a photo of the document’s holder. This method is only supported for documents whose Visual Inspection Zone (VIZ) has been captured.
- croppedDocument
open func croppedDocument(for side: IdSide) -> UIImage?
Added in version 7.0.0
Returns a bitmap of a cropped image of the specified document side. This method is only supported for documents whose Visual Inspection Zone (VIZ) has been captured.