Skip to content

Commit 000af61

Browse files
committed
Entry for the binary file sample
1 parent 66958ed commit 000af61

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ This repository contains Python sample code used in Azure Cognitive Search quick
44

55
## Quickstart - Azure Cognitive Search
66

7-
This sample is a Jupyter Python3 .ipynb file used in [Quickstart: Create and query an Azure Cognitive Search index using a Jupyter Python notebook](https://docs.microsoft.com/azure/search/search-get-started-python). Use this sample to learn service connections, index creation, data ingestion, and basic queries.
7+
This sample is a Jupyter Python3 .ipynb file used in [Quickstart: Create and query an Azure Cognitive Search index using a Jupyter Python notebook](https://docs.microsoft.com/azure/search/search-get-started-python). Learn how to use the [**azure-search-documents**](https://docs.microsoft.com/python/api/overview/azure/search-documents-readme) client library in the Azure SDK for Python to make service connections, create and load indexes, and run basic queries.
88

9-
## Tutorial - Add AI enrichments to an indexing pipeline
9+
## Tutorial - Add a skillset (enrichments) to an indexing pipeline
1010

11-
This sample is a Jupyter Python3 .ipynb file. It's used in the [Python Tutorial: Call Cognitive Services APIs in an Azure Cognitive Search indexing pipeline](https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob-python). This sample demonstrates cognitive search functionality, adding AI enrichments from Cognitive Services to extract, detect, and analyze information from image files or large unstructured document files.
11+
This sample is a Jupyter Python3 .ipynb file used in the [Python Tutorial: Call Cognitive Services APIs in an Azure Cognitive Search indexing pipeline](https://docs.microsoft.com/azure/search/cognitive-search-tutorial-blob-python). This sample demonstrates cognitive search functionality, adding AI enrichments from Cognitive Services to extract, detect, and analyze information from image files or large unstructured document files.
12+
13+
## Tutorial - Image processing
14+
15+
This sample is a Jupyter Python3 .ipynb file to work with image skills in a skillset. You'll use the Optical Character Recognition (OCR) skill to extract text from a JPG, a personal information identification skill to scrub phone numbers from the image, and a custom function (deployed to Azure Functions).
1216

1317
## Tutorial - Train and deploy a custom skill with Azure Machine Learning
1418

0 commit comments

Comments
 (0)