Skip to content

Commit 34d9705

Browse files
Merge pull request #211734 from vkurpad/master
Master
2 parents 667cd2a + 5452134 commit 34d9705

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

articles/applied-ai-services/form-recognizer/concept-composed-models.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ With composed models, you can assign multiple custom models to a composed model
3030
3131
### Composed model compatibility
3232

33-
|Custom model type | API Version |Custom form `2022-08-31` (v3.0)| Custom document `2022-08-31` (v3.0) | Custom form GA version (v2.1) or earlier|
33+
|Custom model type |Models trained with version 2.1 and v2.0 | Custom template models (3.0) preview | Custom neural models 3.0 Preview |Custom neural models 3.0 GA|
3434
|--|--|--|--|--|
35-
|**Custom template** (updated custom form)| v3.0 | ✱|| X |
36-
|**Custom neural**| trained with current API version (`2022-08-31`) ||| X |
37-
|**Custom form**| Custom form GA version (v2.1) or earlier | X | X||
35+
| Models trained with version 2.1 and v2.0 | Supported | Supported | Not Supported | Not Supported |
36+
| Custom template models (3.0) preview | Supported |Supported | Not Supported | Not Supported |
37+
| Custom template models 3.0 GA | Not Supported |Not Supported | Supported | Not Supported |
38+
| Custom neural models 3.0 Preview | Not Supported | NotSupported | Supported | Not Supported |
39+
|Custom Neural models 3.0 GA| Not Supported | NotSupported |NotSupported |Supported |
3840

39-
**Table symbols**: ✔—supported; **X—not supported; ✱—unsupported for this API version, but will be supported in a future API version.
4041

4142
* To compose a model trained with a prior version of the API (v2.1 or earlier), train a model with the v3.0 API using the same labeled dataset. That addition will ensure that the v2.1 model can be composed with other models.
4243

articles/applied-ai-services/form-recognizer/concept-custom-neural.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,21 @@ Tabular fields are also useful when extracting repeating information within a do
5050

5151
## Supported regions
5252

53-
As of August 01, 2022, Form Recognizer custom neural model training will only be available in the following Azure regions until further notice:
53+
As of September 16, 2022, Form Recognizer custom neural model training will only be available in the following Azure regions until further notice:
5454

55+
* Australia East
5556
* Brazil South
5657
* Canada Central
5758
* Central India
59+
* Central US
60+
* East Asia
61+
* France Central
5862
* Japan East
59-
* West Europe
6063
* South Central US
6164
* Southeast Asia
65+
* UK South
66+
* West Europe
67+
* West US2
6268

6369
> [!TIP]
6470
> You can [copy a model](disaster-recovery.md#copy-api-overview) trained in one of the select regions listed above to **any other region** and use it accordingly.

articles/applied-ai-services/form-recognizer/whats-new.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
2121

2222
## September 2022
2323

24+
### Region expansion for training custom neural models
25+
26+
Training custom neural models is now supported in six additional regions.
27+
* Australia East
28+
* Central US
29+
* East Asia
30+
* France Central
31+
* UK South
32+
* West US2
33+
34+
For a complete list of regions where training is supported see [custom neural models](concept-custom-neural.md).
35+
2436
#### Form Recognizer SDK version 4.0.0 GA release
2537

2638
* **Form Recognizer SDKs version 4.0.0 (.NET/C#, Java, JavaScript) and version 3.2.0 (Python) are generally available and ready for use in production applications!**

0 commit comments

Comments
 (0)