Table of Contents

Interface IFormRecognizerBroker

Namespace
arolariu.Backend.Domain.Invoices.Brokers.AnalysisBrokers.IdentifierBroker
Assembly
arolariu.Backend.Domain.Invoices.dll

Interface for the receipt recognizer broker. This interface is used to recognize the merchant, payment information and products from an invoice photo.

public interface IFormRecognizerBroker

Methods

PerformOcrAnalysisOnSingleInvoice(Invoice, AnalysisOptions)

Sends a single invoice to analysis.

ValueTask<Invoice> PerformOcrAnalysisOnSingleInvoice(Invoice invoice, AnalysisOptions options)

Parameters

invoice Invoice
options AnalysisOptions

Returns

ValueTask<Invoice>