OpenAIOcrCopilotOptions.WithResolution

OpenAIOcrCopilotOptions.WithResolution method

Sets the resolution used to convert PDF pages into images. The default value is 300 dpi.

public OpenAIOcrCopilotOptions WithResolution(int resolution)
ParameterTypeDescription
resolutionInt32The resolution in dpi.

Return Value

The current instance of OpenAIOcrCopilotOptions.

See Also