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
- Host: GitHub
- URL: https://github.com/gini/gini-sdk-android
- Owner: gini
- License: mit
- Created: 2014-07-24T09:12:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T12:27:39.000Z (over 4 years ago)
- Last Synced: 2024-06-13T00:17:15.569Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 7.47 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.rst
- License: LICENSE
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.