Skip to content

Commit 94c92ce

Browse files
committed
address pr blockers
1 parent d29073c commit 94c92ce

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/ai-services/content-understanding/concepts/classifier.md renamed to articles/ai-services/content-understanding/concepts/classifiers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ When you call the classifier, the `analyze` operation includes a `splitMode` pro
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.
5151
* Set the `splitMode` to `auto` and the service identifies the documents and associated page ranges.
5252

53-
### Optional Analysis
53+
### Optional analysis
5454

5555
For a complete end to end flow, you may link classifier categories with existing analyzers. For each content object classified to categories with linked analyzers, the service automatically invokes analysis on the content object using the corresponding analyzer. As an example, this linking can be used to create classifiers that identify and analyze only invoices from a PDF that may contain multiple types of forms in a document.
5656

5757
* Set the `analyzerId` to an existing analyzer to route and perform field extraction from the classified documents or pages.
5858

59-
### Classifier Limits
59+
### Classifier limits
6060

6161
✔️ Classifier requires at least one distinct category to be defined. Response contains the page ranges for each of the categories of documents identified.
6262

@@ -73,11 +73,11 @@ Classifier categorizes each page of the input document, unless specified, to one
7373
For detailed information on supported input document formats, refer to our [Service quotas and limits](../service-limits.md) page.
7474

7575

76-
### Best Practices
76+
### Best practices
7777

7878
To improve classification and splitting quality, it's important to give a good category name and description so the model can understand the categories with some context. For more information on category names and descriptions, *see* [Best practices](../concepts/best-practices.md#classifier-category-names-and-descriptions).
7979

80-
## Key Benefits
80+
## Key benefits
8181

8282
* **Accuracy and reliability:** Ensure precise document classification, reducing errors and boosting efficiency.
8383
* **Scalability:** Seamlessly scale out document processing to meet business demands.

articles/ai-services/content-understanding/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ items:
6565
- name: Accuracy and confidence
6666
displayName: accuracy, confidence, analyzers, optimization, fields, scores
6767
href: concepts/accuracy-confidence.md
68+
- name: Classifiers
69+
displayName: classifiers, text, images, video, audio, multimodal, visual, structured, content, field, extraction
70+
href: concepts/classifiers.md
6871
- name: Retrieval-augmented generation (RAG)
6972
displayName: RAG, retrieval, augmented, generation, knowledge, base, search, index, vector
7073
href: concepts/retrieval-augmented-generation.md

0 commit comments

Comments
 (0)