onDocumentAvailable

Called when the user has taken an image with the camera or has imported a document that passed the Gini Vision Library's validation and any custom checks that were implemented.

Parameters

document

the image taken by the camera or the validated imported document

abstract void onDocumentAvailable(Document document)