Skip to main content

Android VIN Scanner Module

Scanning a vehicle identification with the Android VIN Scanner

Overview

The Scanbot SDK provides the ability to scan and verify Vehicle Identification Numbers (VIN).

Integration

There are two ways to integrate the UI components into your application:

Take a look at our example apps to see how to integrate the VIN Scanner:

Adding the feature as a dependency

VinScanner is included in Scanbot SDK package 2. Therefore, add the dependency io.scanbot:sdk-package-2 or higher in your build.gradle along with the necessary assets:

implementation("io.scanbot:sdk-package-2:$latestSdkVersion")
implementation("io.scanbot:sdk-textpattern-assets:$latestSdkVersion")

Initializing the SDK

The Scanbot SDK must be initialized before use. Add the following code snippet to your Application class:

Initialize SDK
loading...
caution

Do not use multiple scanners (e.g., MRZ Scanner and Credit Card Scanner) at the same time.

Each scanner instance requires a lot of memory, GPU, and processor resources. Using multiple scanners will lead to performance issues for the entire application.

Want to scan longer than one minute?

Generate a free trial license to test the Scanbot SDK thoroughly.

Get free trial license