Search Results for

    Show / Hide Table of Contents

    Interface IQRCodeRecognitionService

    Service for reading qr-codes

    Namespace: Simplic.DocumentProcessing
    Assembly: Simplic.DocumentProcessing.dll
    Syntax
    public interface IQRCodeRecognitionService

    Methods

    | Improve this Doc View Source

    Process(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx