https://github.com/dotnetrussell/azureaiboundingboxcropexample
Azure Cognitive Services Vision to get a bounding box | Crop | OCR Example
https://github.com/dotnetrussell/azureaiboundingboxcropexample
Last synced: over 1 year ago
JSON representation
Azure Cognitive Services Vision to get a bounding box | Crop | OCR Example
- Host: GitHub
- URL: https://github.com/dotnetrussell/azureaiboundingboxcropexample
- Owner: DotNetRussell
- Created: 2019-09-22T14:03:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:44:33.000Z (over 3 years ago)
- Last Synced: 2025-01-22T09:12:21.603Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure AI Bounding Box Image Crop with OCR Example
Just a simple Azure Custom Vision Example. The model should be trained for Object Detection.
The result of the call to the azure endpoint will be an array of predictions. Each prediction will have a confidence score and a bounding box.
This project takes that bounding box and crops the original image to it, then sends it off for OCR processing.