onDocumentReviewedAndAnalyzed

abstract void onDocumentReviewedAndAnalyzed(@NonNull() Document document)

Called if you called onDocumentAnalyzed or onDocumentAnalyzed 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.

Deprecated

When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the Analysis Screen in onExtractionsAvailable.

Parameters

document

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