onShouldAnalyzeDocument

Called when the Review Fragment was started and you should start analyzing the original document by sending it to the Gini API.

We assume that in most cases the photo is good enough and this way we are able to provide analysis results quicker.

Note: Call onDocumentAnalyzed or when the analysis is done and your Activity wasn't stopped.

Parameters

document

contains the original image taken by the camera

abstract void onShouldAnalyzeDocument(Document document)