GiniVisionNetworkApi

Interface specifying network calls which can be performed manually from outside the Gini Vision Library (e.g. for sending feedback). *

In order to easily access your implementation pass an instance of it to when creating a instance. You can then get the instance in your app with .

public interface GiniVisionNetworkApi

Functions

deleteGiniUserCredentials
Link copied to clipboard

Delete the anonymous gini user credentials. These were automatically generated when the first document was uploaded.

By deleting the credentials, new ones will be generated at the next upload.

abstract void deleteGiniUserCredentials()
sendFeedback
Link copied to clipboard

Call this method with the extractions the user has seen and accepted. The s must contain the final user corrected and/or accepted values.