onProceedToAnalysisScreen

abstract void onProceedToAnalysisScreen(@NonNull() GiniCaptureMultiPageDocument document)

Called when all pages were uploaded successfully and the user tapped on the "next" button.

If you use the Screen API you should start the AnalysisActivity and set the document as the EXTRA_IN_DOCUMENT extra.

If you use the Component API you should start the AnalysisFragmentCompat and pass the document when creating it with .

Parameters

document

contains the reviewed image (can be the original one or a modified image)