Skip to main content

Scan from Image

Future<Result<BarcodeScannerResult>> scanFromImageFileUri(String image, BarcodeScannerConfiguration configuration)

Future<Result<BarcodeScannerResult>> scanFromImageRef(ImageRef image, BarcodeScannerConfiguration configuration)

These methods provide the functionality of scanning barcodes from a still image, e.g. a JPG image from Photo Library or other source. The image must be passed as a file URI or ImageRef.

Set the image property as a part of the input arguments and in addition you can choose which barcode formats to accept, min/max length or any other property that is a part of the BarcodeScannerConfiguration.

With BarcodeFormatCommonConfiguration we can configure the scanner for all barcode formats at once. In addition, we can have configurations for a specific barcode format or a format group. For example, BarcodeFormatCommonTwoDConfiguration.

The result object:

  • result.value.barcodes - List of recognized barcodes as items. See the barcode item structure here.
Scan Barcodes From Image File Uri
loading...
Scan barcodes from ImageRef
loading...

Want to scan longer than one minute?

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

Get free trial license