forked from eshetty/mlip-api-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseai-azure-cv-ocr-api.json
66 lines (66 loc) · 1.37 KB
/
seai-azure-cv-ocr-api.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"info": {
"_postman_id": "8e2e46af-c8ba-4e94-83fb-96a476c1e98c",
"name": "seai",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "https://seai-image-caption.cognitiveservices.azure.com/vision/v3.2/ocr?language=en&detectOrientation=true&model-version=latest",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Ocp-Apim-Subscription-Key",
"value": "",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\"url\":\"http://jeroen.github.io/images/testocr.png\"}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://seai-image-caption.cognitiveservices.azure.com/vision/v3.2/ocr?language=en&detectOrientation=true&model-version=latest",
"protocol": "https",
"host": [
"seai-image-caption",
"cognitiveservices",
"azure",
"com"
],
"path": [
"vision",
"v3.2",
"ocr"
],
"query": [
{
"key": "language",
"value": "en"
},
{
"key": "detectOrientation",
"value": "true"
},
{
"key": "model-version",
"value": "latest"
}
]
}
},
"response": []
}
]
}