on Proceed To Analysis Screen
void onProceedToAnalysisScreen(@NonNull() GiniCaptureMultiPageDocument multiPageDocument)
Content copied to clipboard
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 thedocument 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)