Interface IADRService
ADR service
Inherited Members
System.IDisposable.Dispose()
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public interface IADRService : IDisposable
Methods
| Improve this Doc View SourceCreateConfiguration(IList<ADRConfiguration>)
Create adr Configuration
Declaration
byte[] CreateConfiguration(IList<ADRConfiguration> configuration)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<ADRConfiguration> | configuration | List of configuration objects |
Returns
Type | Description |
---|---|
System.Byte[] | Configuration as byte-array |
Match(Byte[], Byte[])
Match the blob
Declaration
ADRResult Match(byte[] configuration, byte[] blob)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | configuration | ADR configuration |
System.Byte[] | blob | Blob to match |
Returns
Type | Description |
---|---|
ADRResult | Best match if exists, else null |