Interface IFormRecognizerBroker
- 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
Invoiceoptions
AnalysisOptions