Interface IQRCodeRecognitionService
Service for reading qr-codes
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public interface IQRCodeRecognitionService
Methods
| Improve this Doc View SourceProcess(Byte[], String)
Execute barcode recognition
Declaration
IList<BarcodeRecognitionResult> Process(byte[] blob, string fileExtension)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | blob | Blob to test |
System.String | fileExtension | file extension |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<BarcodeRecognitionResult> | List of detected barcodes |