An open API service indexing awesome lists of open source software.

https://github.com/gini/gini-sdk-android

Android SDK for the Gini API
https://github.com/gini/gini-sdk-android

Last synced: about 1 year ago
JSON representation

Android SDK for the Gini API

Awesome Lists containing this project

README

          

Gini Android SDK
================

An SDK for communicating with the Gini API. It allows you to easily add information extraction capabilities to your app.

The Gini API provides an information extraction service for analyzing documents (e.g. invoices or contracts).
Specifically it extracts information such as the document sender or the payment relevant information (amount to pay,
IBAN, BIC, payment reference, etc.) in an invoice

Documentation
-------------

See the [integration guide](http://developer.gini.net/gini-sdk-android/) for detailed guidance how to
integrate the Gini SDK into your app.

Dependencies
------------

The Gini Android SDK has the following dependencies:

* [Volley from Google](http://developer.android.com/training/volley/index.html) ([AOSP Repository](https://android.googlesource.com/platform/frameworks/volley))
* [Bolts from facebook](https://github.com/BoltsFramework/Bolts-Android)
* [TrustKit from DataTheorem](https://github.com/datatheorem/TrustKit-Android)

License
-------

The Gini Android SDK is available under the MIT license. See the LICENSE file for details.