Skip to content

Commit d3b168e

Browse files
committed
rephrased a sentence
1 parent a412b90 commit d3b168e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

articles/search/cognitive-search-concept-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: references_regions
1717

1818
Because Azure Cognitive Search is a full text search solution, the purpose of AI enrichment is to improve the utility of your content in search-related scenarios:
1919

20-
+ Translation and language detection support of multi-lingual search
20+
+ Translation and language detection for multi-lingual search
2121
+ Entity recognition extracts people, places, and other entities from large chunks of text
2222
+ Key phrase extraction identifies and then outputs important terms
2323
+ Optical Character Recognition (OCR) recognizes printed and handwritten text in binary files

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In previous versions, there was a parameter called "textExtractionAlgorithm" to
5858
| `text` | Plain text extracted from the image. |
5959
| `layoutText` | Complex type that describes the extracted text and the location where the text was found.|
6060

61-
The OCR skill always outputs images at the end of each page. This is by design and is non-configurable.
61+
If you call OCR on images embedded in PDFs or other application files, the OCR output will be located at the bottom of the page, after any text that was extracted and processed.
6262

6363
## Sample definition
6464

articles/search/search-what-is-azure-search.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ ms.custom: contperf-fy21q1
1515

1616
Azure Cognitive Search ([formerly known as "Azure Search"](whats-new.md#new-service-name)) is a cloud search service that gives developers infrastructure, APIs, and tools for building a rich search experience over private, heterogeneous content in web, mobile, and enterprise applications.
1717

18-
Search is foundational to any app that surfaces text content to users, with common scenarios including catalog or document search, online retail, or data exploration over proprietary content.
19-
When you create a search service, you'll work with the following capabilities:
18+
Search is foundational to any app that surfaces text content to users, with common scenarios including catalog or document search, online retail, or data exploration over proprietary content. When you create a search service, you'll work with the following capabilities:
2019

2120
+ A search engine for full text search over a search index containing your user-owned content
2221
+ Rich indexing, with [text analysis](search-analyzers.md) and [optional AI enrichment](cognitive-search-concept-intro.md) for content extraction and transformation

0 commit comments

Comments
 (0)