How to extract Text..Use PowerShell + Cognitive Services and Follow These Easy Directions
Getting Started
Copy an image to the Windows Clipboard, run ConvertFrom-ClipboardToText
and that’s it in a nutshell.
- If you don’t have an Azure account, Create your Azure free account today
- Grab your Computer Vision API key, you’ll need it to access the OCR feature of cognitive services
- Grab the PowerShell code on the PowerShell Gallery
- Set the
$ENV:MicrosoftVisionKey
you set up inStep 2