Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
This content applies to: v3.1 (GA)
v3.0 (GA)
v2.1 (GA)
Document Intelligence service is updated on an ongoing basis. Bookmark this page to stay up to date with release notes, feature enhancements, and our newest documentation.
Important
Preview API versions are retired once the GA API is released. The 2023-02-28-preview API version is retiring. If you're still using the preview API or the associated SDK versions, update your code to target the latest API version 2024-11-30 (GA)
.
Document Intelligence v4.0 container is now available! Currently, Layout model is the only supported model for v4.0 release.
For more information, see:
Document Intelligence v4.0 programming language SDKs are now generally available (GA)!
The latest client libraries default to the 2024-11-30 REST API (GA) version of the service.
For more information, see client libraries for the following supported programming languages:
Document Intelligence REST API v4.0: 2024-11-30 REST API (GA) is now generally available (GA)! The v4.0 REST API includes the following changes:
๐ Searchable PDF. The prebuilt read model now supports images formats (JPEG/JPG, PNG, BMP, TIFF, HEIF) and language expansion to include Chinese, Japanese, and Korean for PDF output.
-
- Custom classification model supports incremental training. You can add new samples to existing classes or add new classes by referencing an existing classifier.
- With v4.0, custom classification model doesn't split documents by default during analysis. You need to explicitly set 'splitMode' property to auto to preserve the older behavior.
- Custom classification model now supports 25,000 pages as new training page limit.
-
- Mortgage model now supports signature detection for forms 1003, 1004, 1005 and closing disclosure.
-
- Receipt Model now supports more fields including ReceiptType, Tax rate, CountryRegion, net amount and description.
-
- New prebuilt tax models added for 1095A, 1095C, 1099SSA, and W4.
-
- Analyze response is stored for 24 hours from when the operation completes for retrieval. For scenarios where you want to delete the response sooner, use the delete analyze response API to delete the response.
The v4.0 API includes cumulative updates from preview releases as listed:
The Document Intelligence Studio adds support for Microsoft Entra (formerly Azure Active Directory) authentication. For more information, see Authentication in Document Intelligence Studio.
The Document Intelligence client libraries targeting REST API 2023-10-31-preview are now available for use!
The Document Intelligence 2023-10-31-preview REST API is now available. This preview API introduces new and updated capabilities:
- Read model
- Language Expansion for Handwriting: Russian(
ru
), Arabic(ar
), Thai(th
). - Cyber Executive Order (EO) compliance.
- Language Expansion for Handwriting: Russian(
- Layout model
- Support office and HTML files.
- Markdown output support.
- Table extraction, reading order, and section heading detection improvements.
- With the Document Intelligence 2023-10-31-preview, the general document model (prebuilt-document) is deprecated. Going forward, to extract key-value pairs from documents, use the
prebuilt-layout
model with the optional query string parameterfeatures=keyValuePairs
enabled.
- Receipt model
- Now extracts currency for all price-related fields.
- Health Insurance Card model
- New field support for Medicare and Medicaid information.
- US Tax Document models
- New 1099 tax model. Supports base 1099 form and the following variations: A, B, C, CAP, DIV, G, H, INT, K, LS, LTC, MISC, NEC, OID, PATR, Q, QA, R, S, SA, SBโ.
- Invoice model
- Support for
KVK
field. - Support for
BPAY
field. - Numerous field refinements.
- Support for
- Custom Classification
- Support for multi-language documents.
- New page splitting options: autosplit, always split by page, no split.
- Add-on capabilities
- Query fields are available with the
2023-10-31-preview
release. - Add-on capabilities are available within all models excluding the Read model.
- Query fields are available with the
Note
With the 2022-08-31
API general availability (GA) release, the associated preview APIs are being deprecated. If you're using the 2021-09-30-preview, 2022-01-30-preview, or 2022-06-30-preview API versions, update your applications to target the 2022-08-31
API version. There are a few minor changes involved, for more information, see the migration guide.