Skip to content

Commit 7b1580f

Browse files
Merge pull request #283600 from laujan/whats-new-updates
add what's new updates
2 parents 8f17a15 + 0a7c98e commit 7b1580f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

β€Žarticles/ai-services/document-intelligence/whats-new.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,46 @@ Document Intelligence service is updated on an ongoing basis. Bookmark this page
2626
> [!IMPORTANT]
2727
> Preview API versions are retired once the GA API is released. The 2023-02-28-preview API version is being retired, if you are still using the preview API or the associated SDK versions, please update your code to target the latest API version 2023-07-31 (GA).
2828
29+
## August 2024
30+
31+
The Document Intelligence [**2024-07-31-preview**](/rest/api/aiservices/document-models?view=rest-aiservices-v4.0%20(2024-07-31-preview)&preserve-view=true) REST API is now available. This preview API introduces new and updated capabilities:
32+
33+
* Public preview version [**2024-07-31-preview**](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-07-31-preview&preserve-view=true) is currently available only in the following Azure regions. The new document field extraction model in AI Studio is only available in North Central US region:
34+
35+
* **East US**
36+
* **West US2**
37+
* **West Europe**
38+
* **North Central US**
39+
40+
* [Read model](concept-read.md) now supports [PDF output](concept-read.md#searchable-pdf) to download PDFs with embedded text from extraction results, allowing for PDF to be utilized in scenarios such as search and large language model ingestion.
41+
* [Layout model](concept-layout.md) now supports improved [figure detection](concept-layout.md#figures) where figures from documents can now be downloaded as an image file to be used for further figure understanding.
42+
* [Custom extraction models](concept-custom.md#custom-extraction-models)
43+
* Custom extraction models now support updating the model in-place.
44+
* [πŸ†• Custom generative (Document field extraction) model](concept-custom-generative.md)
45+
* Document Intelligence now offers new custom generative model that utilizes generative AI to extract fields from unstructured documents or structured forms with a wide variety of visual templates.
46+
* [Custom classification model](concept-custom.md#custom-classification-model)
47+
* Custom classification model now supports updating the model in-place as well.
48+
* Custom classification model adds support for model copy operation to enable backup and disaster recovery.
49+
* Custom classification model now supports explicitly specifying pages to be classified from an input document.
50+
* [πŸ†• Mortgage documents model](concept-mortgage-documents.md)
51+
* Extract information from Appraisal (Form 1004).
52+
* Extract information from Validation of Employment (Form 1005).
53+
* [πŸ†• Check model](concept-bank-check.md)
54+
* Extract payee, amount, date, and other relevant information from checks.​
55+
* [πŸ†• Pay Stub model](concept-pay-stub.md)
56+
* New prebuilt to process pay stubs to extract wages, hours, deductions, net pay and more.​
57+
* [πŸ†• Bank statement model](concept-bank-statement.md)
58+
* New prebuilt to extract account information including beginning and ending balances, transaction details from bank statements.​
59+
* [πŸ†• US Tax model](concept-tax-document.md)
60+
* New unified US tax model that can extract from forms such as W-2, 1098, 1099, and 1040.
61+
* [Add-on capabilities](concept-add-on-capabilities.md)
62+
* [Query fields](concept-add-on-capabilities.md#query-fields) AI quality of extraction is improved with the latest model.
63+
* [πŸ†• Batch API](concept-batch-analysis.md)
64+
* Document Intelligence now adds support for batch analysis operation to support analyzing a set of documents to simplify developer experience and improve service efficiency.
65+
* [πŸ†• Model compose with custom classifiers](concept-composed-models.md)
66+
* Document Intelligence now adds support for composing model with an explicit custom classification model.
67+
68+
2969
## May 2024
3070

3171
The Document Intelligence Studio adds support for Microsoft Entra (formerly Azure Active Directory) authentication. For more information, *see* [Document Intelligence Studio overview](quickstarts/try-document-intelligence-studio.md#authentication).

0 commit comments

Comments
Β (0)