Setting up the SDK
First, instantiate an object of type DocumentDetectorSdk
:
let documentDetector = DocumentDetectorSdk.CafBuilder(mobileToken: "mobileToken")
// see table bellow
.build()
Last updated
First, instantiate an object of type DocumentDetectorSdk
:
let documentDetector = DocumentDetectorSdk.CafBuilder(mobileToken: "mobileToken")
// see table bellow
.build()
Last updated