Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/veryfi/veryfi-lens-barcodes-android-demo

Example about how to user Veryfi Lens for Barcodes
https://github.com/veryfi/veryfi-lens-barcodes-android-demo

barcodes lens mobile ocr sdk

Last synced: about 2 months ago
JSON representation

Example about how to user Veryfi Lens for Barcodes

Awesome Lists containing this project

README

        


[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

# Veryfi Lens

  

Veryfi Lens is code (a framework) with UI for your mobile app to give it document capture superpowers in minutes.

Let Veryfi handle the complexities of frame processing, asset preprocessing, edge routing, and machine vision challenges in document capture. We have been at this for a long time and understand the intricate nature of mobile capture. That’s why we built Lens. Veryfi Lens is built by developers for developers; making the whole process of integrating Lens into your app fast and easy with as few lines as possible.

Veryfi Lens is a Framework: a self-contained, reusable chunks of code and resources you can import into you app.

Lens is built in native code and optimized for fast performance, clean user experience and low memory usage.

You can read further about Lens in Veryfi's dedicated page: https://www.veryfi.com/lens/

## Table of content
1. [Veryfi Lens Android Examples](#examples)
2. [How to add Veryfi Lens to your project](#maven)
3. [How to run this project](#configuration)
4. [Other platforms](#other_platforms)
5. [Get in contact with our team](#contact)

## Veryfi Lens Barcodes Android Example
This is an example of how to use Veryfi Lens Barcodes in your app, you can find the developer documentation [here](https://app.veryfi.com/lens/docs/android/).

![LensBarcodesExample](barcodes-demo.gif)

## How to add Veryfi Lens Barcodes to your project

Install from our private [Maven](https://nexus.veryfi.com/repository/maven-releases/), a
package manager for Java.

Add in your project build.gradle file the Veryfi Lens Barcodes Android SDK dependency:
```ruby
dependencies {
implementation 'com.veryfi.lens:veryfi-lens-barcodes-sdk:1.7.3.35'
}
```
Min SDK Android 6.0 (API level 23)

## How to run this project
- Clone this repository
- Open the demo with Android Studio
- Add your Veryfi Artifactory credentials to settings.gradle
- Replace credentials in `MainActivity.kt` with yours
```
const val CLIENT_ID = "XXX" // replace XXX with your assigned Client Id
const val AUTH_USERNAME = "XXX" // replace XXX with your assigned Username
const val AUTH_APIKEY = "XXX" // replace XXX with your assigned API Keyx
const val URL = "XXX" // replace XXX with your assigned Endpoint URL
```
- Run the project

## Other Lens Android Examples
You can find some example projects, which are the different versions of Lens that we currently offer:
- [Lens for Long Receipts](https://github.com/veryfi/veryfi-lens-long-receipts-android-demo)
- [Lens for Receipts](https://github.com/veryfi/veryfi-lens-receipts-android-demo)
- [Lens for Credit Cards](https://github.com/veryfi/veryfi-lens-credit-cards-android-demo)
- [Lens for Business Cards](https://github.com/veryfi/veryfi-lens-business-cards-android-demo)
- [Lens for Checks](https://github.com/veryfi/veryfi-lens-checks-android-demo)
- [Lens for W2](https://github.com/veryfi/veryfi-lens-w2-android-demo)
- [Lens for W9](https://github.com/veryfi/veryfi-lens-w9-android-demo)

## Other platforms
You can find these examples for Lens iOS
- [Long Receipts](https://github.com/veryfi/veryfi-lens-long-receipts-ios-demo)
- [Receipts](https://github.com/veryfi/veryfi-lens-receipts-ios-demo)
- [Credit Cards](https://github.com/veryfi/veryfi-lens-credit-cards-ios-demo)
- [Business Cards](https://github.com/veryfi/veryfi-lens-business-cards-ios-demo)
- [Checks](https://github.com/veryfi/veryfi-lens-checks-ios-demo)

We also support the following wrappers for hybrid frameworks:
- [Cordova](https://hub.veryfi.com/lens/docs/cordova/)
- [React Native](https://hub.veryfi.com/lens/docs/react-native/)
- [Flutter](https://hub.veryfi.com/lens/docs/flutter/)
- [Xamarin](https://hub.veryfi.com/lens/docs/xamarin/)

If you don't have access to our Hub, please contact our sales team, you can find the contact bellow.

## Get in contact with our sales team
Contact [email protected] to learn more about Veryfi's awesome products.