Skip to content

Commit fd9e2b5

Browse files
committed
pr fixes
1 parent f6dc368 commit fd9e2b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/ai-services/computer-vision/concept-ocr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ OCR is a machine-learning-based technique for extracting text from in-the-wild a
2424
The new Azure AI Vision Image Analysis 4.0 REST API offers the ability to extract printed or handwritten text from images in a unified performance-enhanced synchronous API that makes it easy to get all image insights including OCR results in a single API operation. The Read OCR engine is built on top of multiple deep learning models supported by universal script-based models for [global language support](./language-support.md).
2525

2626
> [!TIP]
27-
> You can also use the OCR feature in conjunction with the [Azure OpenAI](/azure/ai-services/openai/overview) service. The **GPT-4 Turbo with Vision** model lets you chat with an AI assistant that can analyze the images you share, and the Vision Enhancement option uses Image Analysis to give the AI assistance more details (readable text and object locations) about the image. For more information, see the [GPT-4 Turbo with Vision quickstart](/azure/ai-services/openai/gpt-v-quickstart).
27+
> You can also use the OCR feature in conjunction with the [Azure OpenAI](/azure/ai-services/openai/overview) service. The **GPT-4 Turbo with Vision** model lets you chat with an AI assistant that can analyze the images you share, and the Vision Enhancement option uses Image Analysis to give the AI assistant more details (readable text and object locations) about the image. For more information, see the [GPT-4 Turbo with Vision quickstart](/azure/ai-services/openai/gpt-v-quickstart).
2828
2929
## Text extraction example
3030

articles/ai-services/openai/concepts/content-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 08/22/2023
9+
ms.date: 08/22/2024
1010
ms.custom: template-concept, devx-track-python
1111
manager: nitinme
1212
---
@@ -779,7 +779,7 @@ For enhanced detection capabilities, prompts should be formatted according to th
779779
780780
The Chat Completion API is structured by definition. It consists of a list of messages, each with an assigned role.
781781
782-
The safety system parses this structured format and apply the following behavior:
782+
The safety system parses this structured format and applies the following behavior:
783783
- On the latest “user” content, the following categories of RAI Risks will be detected:
784784
- Hate
785785
- Sexual

articles/ai-services/openai/includes/dall-e-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use this guide to get started generating images with Azure OpenAI in your browse
1818
#### [DALL-E 3](#tab/dalle3)
1919

2020
- An Azure subscription. <a href="https://azure.microsoft.com/free/ai-services" target="_blank">Create one for free</a>.
21-
- An Azure OpenAI resource created in a supported region. See [Reigon availability](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability).
21+
- An Azure OpenAI resource created in a supported region. See [Region availability](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability).
2222
- Then, you need to deploy a `dalle3` model with your Azure resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
2323

2424
#### [DALL-E 2 (preview)](#tab/dalle2)

0 commit comments

Comments
 (0)