Skip to content

Commit 8f8fe94

Browse files
committed
Condensed JSON for easier readability
1 parent ab2bf99 commit 8f8fe94

File tree

2 files changed

+9
-53
lines changed

2 files changed

+9
-53
lines changed

articles/cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 5 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -149,71 +149,26 @@ The `operation-location` is the fully qualified URL and is accessed via an HTTP
149149
"unit": "pixel",
150150
"lines": [
151151
{
152-
"boundingBox": [
153-
56,
154-
39,
155-
317,
156-
50,
157-
313,
158-
134,
159-
53,
160-
123
161-
],
152+
"boundingBox": [ 56, 39, 317, 50, 313, 134, 53, 123 ],
162153
"text": "Tabs VS",
163154
"words": [
164155
{
165-
"boundingBox": [
166-
90,
167-
43,
168-
243,
169-
53,
170-
243,
171-
123,
172-
94,
173-
125
174-
],
156+
"boundingBox": [ 90, 43, 243, 53, 243, 123, 94, 125 ],
175157
"text": "Tabs",
176158
"confidence": "Low"
177159
},
178160
{
179-
"boundingBox": [
180-
259,
181-
55,
182-
313,
183-
62,
184-
313,
185-
122,
186-
259,
187-
123
188-
],
161+
"boundingBox": [ 259, 55, 313, 62, 313, 122, 259, 123 ],
189162
"text": "VS"
190163
}
191164
]
192165
},
193166
{
194-
"boundingBox": [
195-
221,
196-
148,
197-
417,
198-
146,
199-
417,
200-
206,
201-
227,
202-
218
203-
],
167+
"boundingBox": [ 221, 148, 417, 146, 417, 206, 227, 218 ],
204168
"text": "Spaces",
205169
"words": [
206170
{
207-
"boundingBox": [
208-
230,
209-
148,
210-
416,
211-
141,
212-
419,
213-
211,
214-
232,
215-
218
216-
],
171+
"boundingBox": [ 230, 148, 416, 141, 419, 211, 232, 218 ],
217172
"text": "Spaces"
218173
}
219174
]

articles/cognitive-services/containers/includes/cognitive-services-container-images.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ manager: nitinme
66
description: Two tables representing the container registries, repositories and image names for all Cognitive Service offerings.
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 03/09/2020
9+
ms.date: 01/10/2020
1010
ms.author: dapine
1111
---
12-
12+
> [!NOTE]
13+
> Information the user should notice even if skimming
1314
### Container repositories and images
1415

1516
The tables below are a listing of the available container images offered by Azure Cognitive Services. For a complete list of all the available container image names and their available tags, see [Cognitive Services container image tags](../container-image-tags.md). Currently, there are no Cognitive Services containers that are generally available (GA). For the time being, until further announcements are made -- containers are available as either *Public Ungated* or *Public Gated Preview*.
@@ -19,7 +20,7 @@ The tables below are a listing of the available container images offered by Azur
1920

2021
#### Public "Ungated" (container registry: `mcr.microsoft.com`)
2122

22-
The Microsoft Container Registry (MCR) syndicates all of the publicly available "ungated" containers for Cognitive Services. The containers are also available directly from the [Docker hub](https://hub.docker.com/_/microsoft-azure-cognitive-services).
23+
The Microsoft Container Registry (MCR) syndicates all of the publicly available "ungated" containers for Cognitive Services. The containers are also available directly from the [Docker h'b](https://hub.docker.com/_/microsoft-azure-cognitive-services).
2324

2425
| Service | Container | Container Registry / Repository / Image Name |
2526
|--|--|--|

0 commit comments

Comments
 (0)