onDocumentReviewedAndAnalyzed

Called if you called onDocumentAnalyzed or and the image wasn't changed and the user tapped on the Next button.

You should finish your Activity and proceed to handling the results of the analysis.

Parameters

document

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

void onDocumentReviewedAndAnalyzed(Document document)