onAnalyzeDocument

abstract void onAnalyzeDocument(@NonNull() Document document)

Called when the Analyze Document Fragment is started and the document can be analyzed.

Deprecated

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

Parameters

document

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