onAnalyzeDocument

void onAnalyzeDocument(@NonNull() Document document)

Screen API: If an analysis error message was set in the Review Screen with onDocumentAnalysisError this method won't be called until the user clicks the retry button next to the error message.

Deprecated

When a GiniVision instance is available the document is analyzed internally by using the configured implementation. The extractions will be returned in the extra called EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.

Parameters

document

contains the image taken by the camera (original or modified)