Barcode Find Transformer

Defined under the namespace Scandit.Datacapture.Barcode.Find

BarcodeFindTransformer
interface BarcodeFindTransformer

Added in version 6.24.0

Transformer interface for Barcode Find.

transformBarcodeData(data)
transformBarcodeData(data: string | null): string | null

Added in version 6.24.0

Invoked for each detected barcode. The implementation should return the same barcode data, which may or may not be transformed from the original, or null if the barcode should be ignored entirely. Note that this method is executed on a background thread.