interface PerformOCRArguments {
    imageFileUris: string[];
    ocrConfiguration?: OCRConfiguration;
}

Properties

imageFileUris: string[]
ocrConfiguration?: OCRConfiguration