Using azure-sdk-for-python with microsoft.com

Python integration

Install
pip install azure-sdk-for-python
Quick start
import azure-sdk-for-python

# Set your API key
client = azure_sdk_for_python.Client(api_key="YOUR_API_KEY")
This interface is used for getting text operation result. The URL to this int…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  https://westcentralus.api.cognitive.microsoft.com/vision/v2.1/textOperations/{operationId}
This interface is used for getting OCR results of Read operation. The URL to …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  https://westcentralus.api.cognitive.microsoft.com/vision/v2.1/read/operations/{operationId}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
microsoft.com
microsoft.com:cognitiveservices-Ocr
At a glance
Language Python
Endpoints4
Base URLhttps://westcentralus.api.cognitive.microsoft.com/vision/v2.1