start Capture Session
open fun startCaptureSession(referenceImage: Array<Byte>, onCaptureSessionComplete: CaptureSessionCallback)
Content copied to clipboard
Start the capture session,
Parameters
referenceImage
is gotten form the document in the format JPGE 2000this most be converted to Bitmap and reconverted to ByteArray beforeuse it as parameter in this method.
onCaptureSessionComplete
open fun startCaptureSession(referenceImage: Array<Byte>, metaData: CaptureSessionMetaData, onCaptureSessionComplete: CaptureSessionCallback)
Content copied to clipboard
Start the capture session,
Parameters
referenceImage
is gotten form the read document in the format JPGE 2000this most be converted to Bitmap and reconverted to ByteArray beforeuse it as parameter in this method.
onCaptureSessionComplete