Interface RecognizeGenericDocumentArguments

interface RecognizeGenericDocumentArguments {
    acceptedDocumentFormats?: DocumentsModelRootType[];
    imageFileUri: string;
    sharpnessAcceptanceFactor?: number;
}

Properties

acceptedDocumentFormats?: DocumentsModelRootType[]
imageFileUri: string
sharpnessAcceptanceFactor?: number