You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/concepts/classifier.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.topic: overview
10
10
ms.date: 05/19/2025
11
11
---
12
12
13
-
# Azure AI Content Understanding classifier
13
+
# Content Understanding classifier
14
14
15
15
> [!IMPORTANT]
16
16
>
@@ -19,7 +19,7 @@ ms.date: 05/19/2025
19
19
> * Features, approaches, and processes can change or have limited capabilities, before General Availability (GA).
20
20
> * For more information, *see*[**Supplemental Terms of Use for Microsoft Azure Previews**](https://azure.microsoft.com/support/legal/preview-supplemental-terms).
21
21
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.
23
23
24
24
## Business use cases
25
25
@@ -44,7 +44,7 @@ Content Understanding classifier doesn't require any training dataset. Define up
44
44
45
45
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.
46
46
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.
48
48
49
49
* 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.
50
50
* 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
58
58
59
59
### Classifier limits
60
60
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.
0 commit comments