azure.com

Extracts information from forms and images into structured data.

🔑 apikey 10 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
List Custom Models
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /custom/models
Get Custom Model
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /custom/models/{modelId}
Get Analyze Layout Result
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /layout/analyzeResults/{resultId}
Endpoints (10 total)
GET
/custom/models
List Custom Models
GET
/custom/models/{modelId}
Get Custom Model
GET
/layout/analyzeResults/{resultId}
Get Analyze Layout Result
GET
/prebuilt/receipt/analyzeResults/{resultId}
Get Analyze Receipt Result
GET
/custom/models/{modelId}/analyzeResults/{resultId}
Get Analyze Form Result
POST
/custom/models
Train Custom Model
POST
/layout/analyze
Analyze Layout
POST
/prebuilt/receipt/analyze
Analyze Receipt
POST
/custom/models/{modelId}/analyze
Analyze Form
DELETE
/custom/models/{modelId}
Delete Custom Model
At a glance
Total SDKs9
Languages8
Endpoints10
Authapikey
Categories1