Skip to main content

License Plate UI Components | Flutter Document Scanner

The Scanbot SDK provides the ability to scan car license plates and parse data fields. Scanning is currently limited to common EU license plates (country code on blue background on the left side).

Example Integration

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

License Plate Scanner RTU-UI Component

alt

Use the ScanbotSdkUi.startLicensePlateScanner(config) method to launch the License Plate scanner UI.

lib/doc_code_sinppet/document_sdk/license_plane_scanner_snippet.dart
loading...
  • result is an instance of LicensePlateScanResult.

LicensePlateScanResult

Represents the outcome of scanning and recognizing a vehicle's license plate. This class provides detailed information about the recognized license plate, including the country code, the plate number, and additional details such as the confidence level of the recognition.

LicensePlateScannerConfiguration

This class provides configurable settings for the license plate scanning process.

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?