Skip to main content

Check Scanner UI Components | Flutter Document Scanner

The Scanbot SDK enables the recognition of Checks, allowing you to extract specific data fields after a successful detection. The extracted data is provided in a CheckScanResult instance.

Supported Countries:

CheckStandard

Supported fields:

  • Routing Number
  • Account Number
  • Check Number
  • Sort Code
  • Aux Domestic
  • BSB
  • Extra Aux Domestic
  • Transaction Code
  • Serial Number
  • Sort Number
  • Auxiliary On Us

Example Integration

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

Check Scanner RTU-UI Component

Use the ScanbotSdkUi.startCheckScanner(config) method to launch the Check scanner UI.

lib/doc_code_sinppet/document_sdk/check_scanner_snippet.dart
loading...
  • result is an instance of CheckScanResult.

CheckScanResult

Encapsulates the result of scanning and recognizing a check. It includes information about the recognition status and the details of the scanned check.

CheckScannerConfiguration

This class provides configurable settings for the Check 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?