Skip to content

Commit 09a3a3a

Browse files
authored
Merge pull request #146778 from sanjeev3/master
Read 3.2 public preview: "Reading order only for Latin languages" update
2 parents 0a48299 + ac47f56 commit 09a3a3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Read 3.2-preview OCR container provides:
3636
* Confidence scores.
3737
* Support for documents with both print and handwritten text.
3838
* Ability to extract text from only selected page(s) in a document.
39-
* Choose text line output order from default to a more natural reading order.
39+
* Choose text line output order from default to a more natural reading order for Latin languages only.
4040
* Text line classification as handwritten style or not for Latin languages only.
4141

4242
If you're using Read 2.0 containers today, see the [migration guide](read-container-migration-guide.md) to learn about changes in the new versions.

articles/cognitive-services/Computer-vision/concept-recognizing-text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ See the following example of a successful JSON response:
128128
}
129129
```
130130

131-
## Natural reading order output
132-
With the [Read 3.2 preview API](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2-preview-2/operations/5d986960601faab4bf452005), specify the order in which the text lines are output with the `readingOrder` query parameter. Use `natural` for a more human-friendly reading order output as shown in the following example.
131+
## Natural reading order output (Latin only)
132+
With the [Read 3.2 preview API](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2-preview-2/operations/5d986960601faab4bf452005), specify the order in which the text lines are output with the `readingOrder` query parameter. Use `natural` for a more human-friendly reading order output as shown in the following example. This feature is only supported for Latin languages.
133133

134134
:::image border type="content" source="./Images/ocr-reading-order-example.png" alt-text="OCR Reading order example":::
135135

136136
## Handwritten classification for text lines (Latin only)
137-
The [Read 3.2 preview API](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2-preview-2/operations/5d986960601faab4bf452005) response includes classifying whether each text line is of handwriting style or not, along with a confidence score. This feature is supported only for Latin languages. The following example shows the handwritten classification for the text in the image.
137+
The [Read 3.2 preview API](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2-preview-2/operations/5d986960601faab4bf452005) response includes classifying whether each text line is of handwriting style or not, along with a confidence score. This feature is only supported for Latin languages. The following example shows the handwritten classification for the text in the image.
138138

139139
:::image border type="content" source="./Images/ocr-handwriting-classification.png" alt-text="OCR handwriting classification example":::
140140

articles/cognitive-services/Computer-vision/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Learn what's new in the service. These items may be release notes, videos, blog
2121
### Read API v3.2 Public Preview with OCR support for 73 languages
2222
Computer Vision's Read API v3.2 public preview, available as cloud service and Docker container, includes these updates:
2323
* [OCR for 73 languages](./language-support.md#optical-character-recognition-ocr) including Simplified and Traditional Chinese, Japanese, Korean, and Latin languages.
24-
* Natural reading order for the text line output.
24+
* Natural reading order for the text line output (Latin languages only)
2525
* Handwriting style classification for text lines along with a confidence score (Latin languages only).
2626
* Extract text only for selected pages for a multi-page document.
2727
* Available as a [Distroless container](./computer-vision-how-to-install-containers.md?tabs=version-3-2) for on-premise deployment.

0 commit comments

Comments
 (0)