Skip to content

Commit 8266463

Browse files
committed
checkpoint
1 parent 8d94649 commit 8266463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/cognitive-search-quickstart-ocr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ms.date: 10/07/2021
1313

1414
# Quickstart: Apply OCR and image analysis using the Import data wizard
1515

16-
<!-- Learn how AI enrichment in Azure Cognitive Search adds language detection, text translation, and entity recognition to create searchable content in a search index.
16+
Learn how AI enrichment in Azure Cognitive Search adds Optical Character Recognition (OCR) and image analysis to create searchable content from image files.
1717

18-
In this quickstart, you'll run the **Import data** wizard to analyze French and Spanish descriptions of several national museums located in Spain. Output is a searchable index containing translated text and entities, queryable in the portal using [Search explorer](search-explorer.md). -->
18+
In this quickstart, you'll run the **Import data** wizard to analyze visual content in JPG files. The content consists of photographs of signs. Output is a searchable index containing captions, tags, and text, all of which is queryable in the portal using [Search explorer](search-explorer.md). -->
1919

2020
To prepare, you'll create a few resources and upload sample files before running the wizard.
2121

@@ -50,7 +50,7 @@ In the following steps, set up a blob container in Azure Storage to store hetero
5050
1. Open the Containers page and [create a container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container) named "signs". You can use the default public access level.
5151
1. In the "signs" container, click **Upload** to upload the files from your local **unsplash-images\jpg-signs** folder.
5252

53-
You should have 10 files containing photographs of signs.
53+
You should have 10 files containing photographs of signs. There is a second subfolder that includes landmark buildings. If your search service is Basic or above, include the second set of files if you want to evaluate image analysis on files that do not include pictures of text.
5454

5555
You are now ready to move on the Import data wizard.
5656

0 commit comments

Comments
 (0)