Skip to main content

Flutter MRZ Scanner UI Components - SDK Features

Introduction

The Scanbot SDK provides the ability to find and extract Machine Readable Zone (MRZ) content from ID cards, passports and travel documents.

Depending on the type of document, the following fields can be extracted: MRZFieldNames

Example Integration

The MRZ Scanner is available as a ready-to-use UI (RTU-UI) component. To see it in action, explore our example apps:

Machine Readable Zone Scanner RTU-UI Component

alt

Use the ScanbotSdkUi.startMrzScanner(config) method to launch the MRZ scanner UI.

lib/doc_code_sinppet/document_sdk/mrz_scanner_snippet.dart
loading...
  • result is an instance of MrzScanningResult.

MrzScanningResult

Represents the outcome of scanning a Machine Readable Zone (MRZ) document. It contains information about the type of document detected, the raw MRZ data, and the parsed MRZ document.

MrzScannerConfiguration

This class describes machine readable zone rtu-ui component configuration. The finder window must have a width-to-height of 5, otherwise the detection process will fail. All other settings are optional.

Want to scan longer than one minute?

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

Get your free Trial License

What do you think of this documentation?