Search Results for

    Show / Hide Table of Contents

    Interface IBarcodeRecognitionService

    Barcode recognition service

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

    Methods

    | Improve this Doc View Source

    Process(Byte[], String, BarcodeRecognitionOption)

    Execute barcode recognition

    Declaration
    IList<BarcodeRecognitionResult> Process(byte[] blob, string fileExtension, BarcodeRecognitionOption options)
    Parameters
    Type Name Description
    System.Byte[] blob

    Blob to test

    System.String fileExtension

    file extension

    BarcodeRecognitionOption options

    Settings/options

    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