Skip to content

Commit 52771eb

Browse files
authored
Merge pull request #4941 from jaep3347/patch-42
Update classifier.md
2 parents 6bdd4d9 + 47f28a4 commit 52771eb

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

articles/ai-services/content-understanding/concepts/classifier.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: overview
1010
ms.date: 05/19/2025
1111
---
1212

13-
# Azure AI Content Understanding classifier
13+
# Content Understanding classifier
1414

1515
> [!IMPORTANT]
1616
>
@@ -19,7 +19,7 @@ ms.date: 05/19/2025
1919
> * Features, approaches, and processes can change or have limited capabilities, before General Availability (GA).
2020
> * For more information, *see* [**Supplemental Terms of Use for Microsoft Azure Previews**](https://azure.microsoft.com/support/legal/preview-supplemental-terms).
2121
22-
Azure AI Content Understanding classifier enables you to detect and identify documents you process within your application. Content Understanding classifier performs classification of an input file one page at a time to identify the documents within and can also identify multiple documents or multiple instances of a single document within an input file.
22+
Azure AI Content Understanding classifier enables you to detect and identify documents you process within your application. Content Understanding classifier can perform classification of an input file as a whole, or identify multiple documents or multiple instances of a single document within an input file.
2323

2424
## Business use cases
2525

@@ -44,7 +44,7 @@ Content Understanding classifier doesn't require any training dataset. Define up
4444

4545
However, when you have more than one document in a file, the classifier can identify the different document types contained within the input file with splitting capability. The classifier response contains the page ranges for each of the identified document types contained within a file. This response can include multiple instances of the same document type.
4646

47-
When you call the classifier, the `analyze` operation includes a `splitMode` property that gives you granular control over the splitting behavior.
47+
When you call the classifier, the `analyze` operation includes a `splitMode` property that gives you granular control over the splitting behavior. You can also specify the page numbers to analyze only certain pages of the input document.
4848

4949
* To treat the entire input file as a single document for classification set the `splitMode` to `none`. When you do so, the service returns just one category for the entire input file.
5050
* To classify each page of the input file, set the `splitMode` to `perPage`. The service attempts to classify each page as an individual document.
@@ -58,19 +58,7 @@ For a complete end to end flow, you may link classifier categories with existing
5858

5959
### Classifier limits
6060

61-
* Classifier requires at least one distinct category to be defined. Response contains the page ranges for each of the categories of documents identified.
62-
63-
* The maximum allowed number of categories is 50.
64-
65-
* The maximum length of input file is 300 pages.
66-
67-
* For each category name and description, there's a limit of 120 characters combined.
68-
69-
* By default, there's an `$other` class as well, which we utilize to categorize the pages into for cases where any of the defined categories doesn't seem suitable.
70-
71-
Classifier categorizes each page of the input document, unless specified, to one of the defined categories. You can specify the page numbers to analyze in the input document as well.
72-
73-
For detailed information on supported input document formats, refer to our [Service quotas and limits](../service-limits.md) page.
61+
For information on supported input document formats and classifier limits, refer to our [Service quotas and limits](../service-limits.md#classifier) page.
7462

7563

7664
### Best practices

0 commit comments

Comments
 (0)