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

https://github.com/greenback-inc/greenback-android-demo

Demo of the Greenback Kit for Java on Android. Leverages Vision API for OCR, AI, and NLP for receipts, invoices, and bills.
https://github.com/greenback-inc/greenback-android-demo

android bills invoices java ocr receipts vision

Last synced: 3 months ago
JSON representation

Demo of the Greenback Kit for Java on Android. Leverages Vision API for OCR, AI, and NLP for receipts, invoices, and bills.

Awesome Lists containing this project

README

          

# Greenback Demo for Android

![Greenback Logo](https://www.greenback.com/assets/f/blogs/github-greenback-java/greenback-logo-badge.png)

The official [Greenback](https://www.greenback.com) open source demo of the [Greenback Kit for Java](https://github.com/greenback-inc/greenback-java) on Android!

The [Greenback Platform](https://www.greenback.com/platform) consists of APIs to build modern applications with high-def itemized financial data. You can read more about our REST-based APIs and data models on the [Greenback Developer Portal](https://developer.greenback.com). This demo currently demonstrates the Vision API.

## Vision API

Advanced AI, OCR (Optical Character Recognition), and NLP (Natural Language Processing) to extract structured transaction data from real world photos and documents in near real-time. You can quickly and easily build web or mobile applications that can convert images (PNG/JPEG) or documents (Microsoft Word/HTML/PDF) that contain receipts, bills, invoices, statements, and other types into structured and annotated data.

![Greenback Kit on Android Demo](https://www.greenback.com/assets/f/blogs/github-greenback-java/greenback-vision-demo.gif)

## Setup

### Requirements

- Android Studio (we suggest 4.1+)

### Build Configuration

Edit ~/.gradle/gradle.properties and setup your build configuration. These will then be compiled in when you build your project, and more securely let you try the demo with your Greenback access token.

```
GREENBACK_ENDPOINT="https://api.greenback.com"
GREENBACK_ACCESS_TOKEN="your-access-token"
```

## License

This project and source code is licensed with Apache License 2.0.

## Questions and Support

Please contact [Greenback Support or Sales](https://www.greenback.com/contact) if you have any additional questions.