Gini Android SDK
An SDK for integrating Gini technology into other apps. With this SDK you will be able to extract semantic information from various types of documents.
Dependencies
The Gini Android SDK has the following dependencies:
Integration
You can easily integrate the Gini Android SDK into your app using Gradle and our Maven repository.
repositories {
maven {
url "https://repo.gini.net/nexus/content/repositories/public"
}
...
}
dependencies {
compile ('net.gini:gini-android-sdk:2.8.0@aar'){
transitive = true
}
...
}
See the integration guide for detailed guidance how to integrate the Gini SDK into your app.
See the Gini Android SDK documentation
for more details how to use the DocumentTaskManager
.
Copyright (c) 2014-2019, Gini GmbH