Interface IOcrClientTOptions

IOcrClient<TOptions> interface

Represents an interface for a OCR client with specific options.

public interface IOcrClient<in TOptions> : IAIClient
ParameterDescription
TOptionsThe type of options for the OCR client.

Methods

NameDescription
GetOcrCopilot(IOcrCopilotOptions<TOptions>)Gets an instance of IOcrCopilot with the specified options.

See Also