Skip to content

Commit 83e8261

Browse files
committed
resolve merge conflicts
2 parents 0be805e + 8db879a commit 83e8261

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

articles/ai-services/content-understanding/concepts/analyzer-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following analyzer templates are available for use in the [Azure AI Foundry
2626
|Template| Description|
2727
| ----|----|----|
2828
|Document analysis |Analyze documents to extract text, layout, structured fields, and more.|
29-
|Text analysis |Analyze texts and extract structured fields.|
29+
|Invoice Analysi |Analyze invoice as prebuilt template and extract structured fields and tables.|
3030

3131
:::image type="content" source="../media/analyzer-template/scenario-template-document.png" alt-text="Screenshot of document analyzer template.":::
3232

articles/ai-services/content-understanding/service-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ The following limits apply as of version 2024-12-01-preview.
6969

7070
| Property | Document | Image | Text | Audio | Video |
7171
| --- | --- | --- | --- | --- | --- |
72-
| Max fields | 50 | 10 | 10 | 10 | 10 |
72+
| Max fields | 50 | 50 | 50 | 50 | 50 |
7373
| Max classify field categories | 300 | 300 | 300 | 300 | 300 |
7474
| Supported generation methods | extract | generate<br>classify | generate<br>classify | generate<br>classify | generate<br>classify |
7575

76-
* The *Max fields* limit includes all named fields. For example, a list of strings counts as one field, while a group with string and number subfields counts as three fields. To extract beyond default limits, contact us at [email protected].
76+
* The *Max fields* limit includes all named fields. For example, a list of strings counts as one field, while a group with string and number subfields counts as three fields. To extend the limit for documents fields up to 100, contact us at `[email protected]`.
7777
* The *Max classify field categories* limit is the total number of categories across all fields using the `classify` generation method.
7878
* The generation method currently applies only to basic fields.
7979

@@ -83,7 +83,7 @@ The following limits apply as of version 2024-12-01-preview.
8383
| --- | --- | --- | --- | --- | --- |
8484
| Basic | No *boolean* | No *date*, *time* | *string* | *string* | No *date*, *time* |
8585
| List | N/A | No *date*, *time* | *string* | *string* | No *date*, *time* |
86-
| Group | N/A | No *date*, *time* | N/A | N/A | No *date*, *time* |
86+
| Group | N/A | No *date*, *time* |*string* | *string* | No *date*, *time* |
8787
| Table | No *boolean* | No *date*, *time* | *string* | *string* | No *date*, *time* |
8888
| Fixed table | No *boolean* | N/A | N/A | N/A | N/A |
8989

articles/ai-services/content-understanding/whats-new.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ The Content Understanding **2024-12-01-preview** REST API is now available. This
4141
* Add download code samples for quick setup added.
4242

4343
## November 2024
44-
Welcome! The Azure AI Content Understanding API version `2024-12-01-preview` is now in public preview. This version allows you to generate a structured representation of content tailored to specific tasks from various modalities or formats. Content Understanding uses a defined schema to extract content suitable for processing by large language models and subsequent applications.
44+
45+
Welcome! The Azure AI Content Understanding API version `2024-12-01-preview` is now in public preview. This version allows you to generate a structured representation of content tailored to specific tasks from various modalities or formats. Content Understanding uses a defined schema to extract content suitable for processing by large language models and subsequent applications.

0 commit comments

Comments
 (0)