public class AzureOcrOptions { public string Endpoint { get; set; } = ""; public string ApiKey { get; set; } = ""; }