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

Properties

acceptedDocumentFormats?: DocumentsModelRootType[]
imageFileUri: string