You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/compose-custom-models-preview.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,11 +75,7 @@ If you want to use manually labeled data, you'll also have to upload the *.label
75
75
76
76
## Train your custom model
77
77
78
-
You can [train your model](https://formrecognizer.appliedai.azure.com/studio/custommodel/projects) with or without labeled data sets. Unlabeled datasets rely solely on the [prebuilt-layout model](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-2/operations/AnalyzeDocument) to detect and identify key information without added human input. Labeled datasets also rely on the Layout API, but supplementary human input is included such as your specific labels and field locations. To use both labeled and unlabeled data, start with at least five completed forms of the same type for the labeled training data and then add unlabeled data to the required data set.
79
-
80
-
### Train without labels
81
-
82
-
Form Recognizer uses unsupervised learning to understand the layout and relationships between fields and entries in your forms. When you submit your input forms, the algorithm clusters the forms by type, discovers what keys and tables are present, and associates values to keys and entries to tables. Training without labels doesn't require manual data labeling or intensive coding and maintenance, and we recommend you try this method first.
78
+
You [train your model](https://formrecognizer.appliedai.azure.com/studio/custommodel/projects). Labeled datasets rely on the prebuilt-layout API, but supplementary human input is included such as your specific labels and field locations. To use both labeled data, start with at least five completed forms of the same type for the labeled training data and then add unlabeled data to the required data set.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/v3-migration-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Form Recognizer v3.0 (preview) introduces several new features and capabilities:
22
22
23
23
*[Form Recognizer REST API](quickstarts/try-v3-rest-api.md) has been redesigned for better usability.
24
24
*[**General document (v3.0)**](concept-general-document.md) model is a new API that extracts text, tables, structure, key-value pairs, and named entities from forms and documents.
25
-
*[**Custom document model (v3.0)**](concept-custom-document.md) is a new custom model type to extract fields from structured and unstructured documents.
25
+
*[**Custom document model (v3.0)**](concept-custom-neural.md) is a new custom model type to extract fields from structured and unstructured documents.
26
26
*[**Receipt (v3.0)**](concept-receipt.md) model supports single-page hotel receipt processing.
27
27
*[**ID document (v3.0)**](concept-id-document.md) model supports endorsements, restrictions, and vehicle classification extraction from US driver's licenses.
28
28
*[**Custom model API (v3.0)**](concept-custom.md) supports signature detection for custom forms.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/whats-new.md
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,13 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
23
23
24
24
Form Recognizer v3.0 preview release introduces several new features and capabilities and enhances existing one:
25
25
26
-
*[**Read**](concept-read.md) API extracts text lines, words, their locations, detected languages, and handwritten style if detected.
27
-
*[**Language Expansion**](language-support.md) Form Recognizer Read, Layout, and Custom Form add support for 42 new languages including Arabic, Hindi, and other languages using Arabic and Devanagari scripts to expand the coverage to 164 languages. Handwritten support for the same features expands to Japanese and Korean in addition to English, Chinese Simplified, French, German, Italian, Portuguese, and Spanish languages.
28
26
*[**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com) adds new demos for Read, W2, Hotel receipt samples, and support for training the new custom neural models.
27
+
*[π **W-2 prebuilt model**](concept-w2.md) is a new prebuilt model to extract fields from W-2 tax documents.
28
+
*[π **Read**](concept-read.md) API extracts text lines, words, their locations, detected languages, and handwritten style if detected.
29
+
*[π **Custom neural model**](concept-custom-neural.md) is a new custom model to extract text and selection marks from structured forms and **unstructured documents**.
30
+
*[**Language Expansion**](language-support.md) Form Recognizer Read, Layout, and Custom Form add support for 42 new languages including Arabic, Hindi, and other languages using Arabic and Devanagari scripts to expand the coverage to 164 languages. Handwritten support for the same features expands to Japanese and Korean in addition to English, Chinese Simplified, French, German, Italian, Portuguese, and Spanish languages.
29
31
*[**Invoice API**](language-support.md#invoice-model) Invoice API expands support to Spanish invoices.
32
+
*[**General document**](concept-general-document.md) pre-trained model now updated to support selection marks in addition to API text, tables, structure, key-value pairs, and named entities from forms and documents.
30
33
31
34
Get stared with the new [REST API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-2/operations/AnalyzeDocument), [Python](quickstarts/try-v3-python-sdk.md), or [.NET](quickstarts/try-v3-csharp-sdk.md) SDK for the v3.0 preview API.
32
35
@@ -43,20 +46,6 @@ Get stared with the new [REST API](https://westus.dev.cognitive.microsoft.com/do
43
46
| Business card | β | β ||||
44
47
| Custom |β | β | β | β | β |
45
48
46
-
### Form Recognizer v3.0 preview update 2
47
-
48
-
*[**Custom document**](concept-custom-neural.md) model is a new custom model to extract text and selection marks from structured forms and **unstructured documents**.
49
-
50
-
*[**W-2 prebuilt model**](concept-w2.md) is a new prebuilt model to extract fields from W-2 tax documents.
51
-
52
-
*[**General document**](concept-general-document.md) pre-trained model now updated to support selection marks in addition to API text, tables, structure, key-value pairs, and named entities from forms and documents.
53
-
54
-
*[**Spanish language invoices**](concept-invoice.md) model adds support for Spanish language invoices.
55
-
56
-
* Read API, Form Recognizer customers can now call the Read API from Form Recognizer.
57
-
58
-
*[Expanded language support](language-support.md) With this preview, Read, Layout and Custom form now support 164 languages for print text including Russian, Hindi and Arabic and similar regional languages. The preview also expands the handwritten support to Japanese and Korean resulting in a total of 9 supported languages.
59
-
60
49
## November 2021
61
50
62
51
### Form Recognizer v3.0 preview SDK release update (beta.2)
0 commit comments