Scan Flow
object ScanFlow
Functions
Link copied to clipboard
Link copied to clipboard
Extract the result of the scan flow if it was successful or throw an error if something went wrong.
Link copied to clipboard
Start a scan flow to capture several pages and process them. This method will start an Activity so the activity
parameter needs to implement the onActivityResult
method, check the resultCode
and call ScanFlow.getScanResultFromActivityResult to get the result scans.
Link copied to clipboard