PluginConfigs

The Mobile SDK allows to digitize various types of analog data, for which the Mobile SDK contains specialized components to be used. These components are referred to as Technical Capabilities.

PluginConfigs (a component of the ScanViewConfig) allows you to define the Technical Capability used to digitize data. A successful scan will return a Result Type to the respective pluginConfig.

The table below lists the pluginConfig and its corresponding technical capability and result type.


PluginConfig Technical Capability Result Type

barcodeConfig

Barcode Scanning (1D, 2D, Postal Codes, Stacked Linear Codes)

barcodeResult

meterConfig

Meter Scanning (Digital, Analog, Dial, OBIS)

meterResult

odometerConfig

Digital Odometer Scanning

odometerResult

universalIdConfig

ID (Passport, ID Card, Driver License, European Health Insurance Card / EHIC)

universalIdResult

mrzConfig

MRZ Scanning (Machine Readable Zone)

mrzResult

japaneseLandingPermissionConfig

Japanese Landing Permission Scanning

japaneseLandingPermissionResult

vehicleRegistrationCertificateConfig

Vehicle Registration Certificate (German Fahrzeugschein)

vehicleRegistrationCertificateResult

licensePlateConfig

License Plate Scanning (Europe, US, Africa)

licensePlateResult

tinConfig

TIN DOT Scanning (Tire Identification Number, Department of Transportation)

tinResult

tireSizeConfig

Tire Size Specification Scanning

tireSizeResult

commercialTireIdConfig

Commercial Tire ID Scanning

commercialTireIdResult

vinConfig

VIN Scanning (Vehicle Identification Number)

vinResult

containerConfig

Shipping Container Number Scanning

containerResult

ocrConfig

Custom OCR Scanning

ocrResult

These Technical Capabilities can be used individually or combined (composited), allowing for complex sequential, parallel, or first-to-result (parallelFirstScan) workflows.

The configuration of the Mobile SDK requires for at least one of these Technical Capabilities to be present: One ScanViewConfig requires to include one (or more) PluginConfig.

Get help

If there is anything you are missing, you require support, or want to provide us with feedback, please reach out to us via https://support.anyline.com, where you either may find helpful information in our Knowledge Base or you can open a Support Ticket for more specific inquiries.

In order to better assist you, please include any code of your Anyline integration and any ScanViewConfig you are using.