Sample Bot that can detect a UK Driver License and display details from it. This sample bot uses https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/
- Get a valid Computer Vision Subscription Key: https://docs.microsoft.com/en-us/azure/cognitive-services/Computer-vision/vision-api-how-to-topics/howtosubscribe
- Add the key to the web.config
- Add the Computer Vision OCR API endpoint to the web.config (based on the region above eg: https://westeurope.api.cognitive.microsoft.com/vision/v1.0/ocr)
- download and run botframework-emulator
- connect the emulator to http://localhost:3987
Upload an image attachment of a license or post a URL to a valid image. You can also try this with other images that contain text eg. number plates.