Skip to content

Commit

Permalink
updated language detection to locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorb committed Jul 2, 2024
1 parent e4c7ed8 commit bb3bb24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/Exercises/01-use-prebuilt-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Let's start by using the **Azure AI Document Intelligence Studio** and the Read
1. At the top-left, select **Run Analysis**.
1. When the analysis is complete, the text extracted from the image is shown on the right in the **Content** tab. Review this text and compare it to the text in the original image for accuracy.
1. Select the **Result** tab. This tab displays the extracted JSON code.
1. Scroll to the bottom of the JSON code in the **Result** tab. Notice that the read model has detected the language of each span. Most spans are in German (language code `de`) but you can find other language codes in the spans (e.g. English - language code `en` - in one of the last span).
1. Scroll to the bottom of the JSON code in the **Result** tab. Notice that the read model has detected the language of each span indicated by `locale`. Most spans are in German (language code `de`) but you can find other language codes in the spans (e.g. English - language code `en` - in one of the last span).

![Screenshot showing the detection of language for two spans in the results from the read model in Azure AI Document Intelligence Studio.](../media/language-detection.png#lightbox)

Expand Down
Binary file modified Instructions/media/language-detection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb3bb24

Please sign in to comment.