Skip to content

Anyline/anyline-dotnet-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anyline .NET Examples

Anyline provides an easy-to-use SDK for applications to enable Optical Character Recognition (OCR) on mobile devices.

  • The Anyline .NET SDK is essentially a Binding Library that wraps around the native Anyline SDK so all native functionality can be simply invoked via C# calls.

  • For more information, please refer to the native Anyline Android and iOS SDKs documentation pages.

Quick Start

  • Clone or Download this repository and open the Solution located inside the MAUI folder in Visual Studio.

File summary

  • MAUI - MAUI example apps.
  • README.md - This readme.
  • LICENSE.md - The license file.

Examples

The MAUI directory provides source code for the Anyline MAUI Example App. Simply build & run the example project for your desired platform and enjoy scanning :) The examples app is designed in a generic way to work with any technical capability. In your use-case, it is advised to parse the scan results directly into the specific plugin objects. Check the "PLUGIN SPECIFICS" section on the Android and iOS documentation pages for more information.

Available Technical Capabilities

  • Barcode: Scan 40+ types of international barcode & QR code formats.
  • Meter: Scan meter readings of various electric, gas, and water meters.
  • ID: Reliable scanning of data from passports, IDs, Driver's Licenses, and IDs' machine readable zones (MRZ).
  • OCR: Create your own custom use case.
  • License Plate: Scan license plates.
  • Tire: Scan tire side-wall information such as identification number and size.

Requirements

  • Visual Studio with the ".NET Multi-platform App UI development" (MAUI) package installed.

Android

  • Android device with SDK >= 24 (Android 7.0).
  • Decent camera functionality (recommended: 720p and adequate auto focus).

iOS

  • Minimum iOS 12.0.
  • Minimum iPhone 5s.
  • A Mac computer for building / deploying to the iPhone.

Get Help (Support)

We don't actively monitor the GitHub Issues, please raise a support request using the Anyline Helpdesk. When raising a support request based on this GitHub Issue, please fill out and include the following information:

Support request concerning Anyline GitHub Repository: anyline-ocr-dotnet-module

Thank you!

License

See LICENSE file.