Skip to content

Commit d307c0b

Browse files
committed
Removed OCR quickstart and added redir entry
1 parent cddd4a6 commit d307c0b

File tree

5 files changed

+16
-168
lines changed

5 files changed

+16
-168
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22019,6 +22019,11 @@
2201922019
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",
2202022020
"redirect_document_id": ""
2202122021
},
22022+
{
22023+
"source_path_from_root": "/articles/search/cognitive-search-quickstart-ocr.md",
22024+
"redirect_url": "/azure/search/cognitive-search-quickstart-blob",
22025+
"redirect_document_id": false
22026+
},
2202222027
{
2202322028
"source_path_from_root": "/articles/search/knowledge-store-view-storage-explorer.md",
2202422029
"redirect_url": "/azure/search/knowledge-store-create-portal#view-kstore",

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In the following steps, set up a blob container in Azure Storage to store hetero
4949

5050
1. In Azure portal, open your Azure Storage page and create a container. You can use the default public access level.
5151

52-
1. In Container, click **Upload** to upload the sample files you downloaded in the first step. Notice that you have a wide range of content types, including images and application files that are not full text searchable in their native formats.
52+
1. In Container, select **Upload** to upload the sample files you downloaded in the first step. Notice that you have a wide range of content types, including images and application files that are not full text searchable in their native formats.
5353

5454
:::image type="content" source="media/cognitive-search-quickstart-blob/sample-data.png" alt-text="Source files in Azure Blob Storage" border="false":::
5555

@@ -59,7 +59,7 @@ You are now ready to move on the Import data wizard.
5959

6060
1. Sign in to the [Azure portal](https://portal.azure.com/) with your Azure account.
6161

62-
1. [Find your search service](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Storage%2storageAccounts/) and on the Overview page, click **Import data** on the command bar to set up cognitive enrichment in four steps.
62+
1. [Find your search service](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Storage%2storageAccounts/) and on the Overview page, select **Import data** on the command bar to set up cognitive enrichment in four steps.
6363

6464
:::image type="content" source="media/search-import-data-portal/import-data-cmd.png" alt-text="Screenshot of the Import data command" border="true":::
6565

@@ -115,29 +115,33 @@ Continue to the next page.
115115

116116
The indexer drives the indexing process. It specifies the data source name, a target index, and frequency of execution. The **Import data** wizard creates several objects, including an indexer that you can reset and run repeatedly.
117117

118-
1. In the **Indexer** page, you can accept the default name and click the **Once** schedule option to run it immediately.
118+
1. In the **Indexer** page, you can accept the default name and select **Once** to run it immediately.
119119

120120
:::image type="content" source="media/cognitive-search-quickstart-blob/indexer-def.png" alt-text="Indexer definition" border="true":::
121121

122122
1. Click **Submit** to create and simultaneously run the indexer.
123123

124124
## Monitor status
125125

126-
Cognitive skills indexing takes longer to complete than typical text-based indexing, especially OCR and image analysis. To monitor progress, go to the Overview page and click **Indexers** in the middle of page.
126+
Cognitive skills indexing takes longer to complete than typical text-based indexing, especially OCR and image analysis. To monitor progress, go to the Overview page and select **Indexers** in the middle of page.
127127

128128
:::image type="content" source="media/cognitive-search-quickstart-blob/indexer-notification.png" alt-text="Azure Cognitive Search notification" border="false":::
129129

130130
To check details about execution status, select an indexer from the list.
131131

132+
There is one warning. It tells you that the PNG file in the data source doesn't provide a text input to Entity Recognition. This warning occurs because the upstream OCR skill didn't recognize any text in the image, and thus could not provide a text input to the downstream Entity Recognition skill.
133+
134+
In skillset execution, warnings are common. As you become familiar with skillset execution, you'll begin to notice patterns and learn which warnings are safe to ignore.
135+
132136
## Query in Search explorer
133137

134138
After an index is created, you can run queries to return results. In the portal, use **Search explorer** for this task.
135139

136-
1. On the search service dashboard page, click **Search explorer** on the command bar.
140+
1. On the search service dashboard page, select **Search explorer** on the command bar.
137141

138142
1. Select **Change Index** at the top to select the index you created.
139143

140-
1. Enter a search string to query the index, such as `search=Microsoft&$select=people,organizations,locations,imageTags`.
144+
1. Enter a search string to query the index, such as `search=Satya Nadella&$select=people,organizations,locations&$count=true`.
141145

142146
Results are returned as JSON, which can be verbose and hard to read, especially in large documents originating from Azure blobs. Some tips for searching in this tool include the following techniques:
143147

@@ -146,7 +150,7 @@ Results are returned as JSON, which can be verbose and hard to read, especially
146150

147151
Query strings are case-sensitive so if you get an "unknown field" message, check **Fields** or **Index Definition (JSON)** to verify name and case.
148152

149-
:::image type="content" source="media/cognitive-search-quickstart-blob/search-explorer.png" alt-text="Search explorer example" border="false":::
153+
:::image type="content" source="media/cognitive-search-quickstart-blob/search-explorer.png" alt-text="Search explorer example" border="true":::
150154

151155
## Takeaways
152156

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

Lines changed: 0 additions & 161 deletions
This file was deleted.
6.2 KB
Loading
1.57 KB
Loading

0 commit comments

Comments
 (0)