Azure-Samples / azure-video-indexer-samples

Contains the Azure Media Services Video Indexer samples
MIT License
141 stars 112 forks source link

Update readme.md #139

Closed shemers closed 5 months ago

tshaiman commented 5 months ago

missing OCR in the PowerShell script. open createDependencies.ps1 and add

$DeploymentScriptOutputs['ocrCognitiveServicesPrimaryKey'] = $resultJson.ocrCognitiveServicesPrimaryKey.ToString()
$DeploymentScriptOutputs['ocrCognitiveServicesEndpoint'] = $resultJson.ocrCognitiveServicesEndpoint.ToString()

on line 42