Contents

documentCameraViewController(_:didFinishWith:)

Tells the delegate that the user successfully saved a scanned document from the document camera.

Declaration

optional func documentCameraViewController(_ controller: VNDocumentCameraViewController, didFinishWith scan: VNDocumentCameraScan)

Parameters

  • controller:

    The document camera view controller that captured the scan.

  • scan:

    The scanned document that the camera detected.

See Also

Determining scan results