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

https://github.com/veryfi/veryfi-lens-net-demo

Veryfi Lens Demo for .NET
https://github.com/veryfi/veryfi-lens-net-demo

ccharp dotnet mobile ocr ocr-library receipt-capture receipt-reader receipt-recognition receipt-s sdk

Last synced: 7 months ago
JSON representation

Veryfi Lens Demo for .NET

Awesome Lists containing this project

README

          


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

  

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/

You can watch our video:
[![Veryfi Lens](https://img.youtube.com/vi/TUV5SXpKN48/maxresdefault.jpg)](http://www.youtube.com/watch?v=TUV5SXpKN48 "Veryfi Lens Features")

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

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

![receipt-demo](https://user-images.githubusercontent.com/8684090/236651344-306b1f55-a690-4151-87bd-c08d4d9297de.gif)

## How to add Veryfi Lens Receipts to your project

## How to run this project

Running iOS project:

Add Veryfi Nuget repo configuration to Visual Studio(right-click on Packages and then Manage NuGet Packages).

Screen Shot 2022-02-11 at 12 02 30 PM

Screen Shot 2022-02-09 at 3 06 20 PM

Click on package source

Screen Shot 2022-02-09 at 3 06 37 PM

Now select Configure Sources…

Screen Shot 2022-02-09 at 3 06 44 PM

Click add source

Screen Shot 2022-02-09 at 3 06 55 PM

Set up the Veryfi Nuget repo URL and your username and password (the same that were created in the Hub in the Xamarin section)

Screen Shot 2022-02-09 at 3 33 06 PM

Now click Add Source and now you have the Veryfi Nuget source on packages marketplace and the VeryfiLensiOSNetBinding plugin, add this package to your project.

Set up your project to use Lens SDK:

Add this to your Info.plist file:
```
NSCameraUsageDescription
Scan Documents
NSPhotoLibraryAddUsageDescription
Access Photo Gallery for Document Backups
NSPhotoLibraryUsageDescription
Access Photo Gallery for Document Uploads
```
Update your Entitlements.plist changing the menu in the top right section to `Entitlements`
Make sure that `Keychaing Sharing` switch is on

Set your credentials in ViewController.cs and you should be ready to run the project
```
const string CLIENT_ID = "XXXXX";
const string AUTH_USRNE = "XXXXX";
const string AUTH_API_K = "XXXXX";
const string API_URL = "XXXXX";

```

## Lens iOS 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-ios-demo)
- [Lens for Receipts](https://github.com/veryfi/veryfi-lens-receipts-ios-demo)
- [Lens for Credit Cards](https://github.com/veryfi/veryfi-lens-credit-cards-ios-demo)
- [Lens for Business Cards](https://github.com/veryfi/veryfi-lens-business-cards-ios-demo)
- [Lens for Checks](https://github.com/veryfi/veryfi-lens-checks-ios-demo)
- [Lens for W-2](https://github.com/veryfi/veryfi-lens-w2-ios-demo)
- [Lens for W-9](https://github.com/veryfi/veryfi-lens-w9-ios-demo)

## Lens Android Examples
You can find these examples for Lens Android
- [Long Receipts](https://github.com/veryfi/veryfi-lens-long-receipts-android-demo)
- [Receipts](https://github.com/veryfi/veryfi-lens-receipts-android-demo)
- [Credit Cards](https://github.com/veryfi/veryfi-lens-credit-cards-android-demo)
- [Business Cards](https://github.com/veryfi/veryfi-lens-business-cards-android-demo)
- [Checks](https://github.com/veryfi/veryfi-lens-checks-android-demo)
- [W-2](https://github.com/veryfi/veryfi-lens-w2-android-demo)
- [W-9](https://github.com/veryfi/veryfi-lens-w9-android-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 sales@veryfi.com to learn more about Veryfi's awesome products.