Skip to content

Commit d222a5f

Browse files
committed
save
1 parent 491d6d5 commit d222a5f

File tree

8 files changed

+102
-16
lines changed

8 files changed

+102
-16
lines changed

articles/applied-ai-services/form-recognizer/concept-business-card.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ The business card model combines powerful Optical Character Recognition (OCR) ca
2121

2222
:::image type="content" source="./media/studio/overview-business-card-studio.png" alt-text="sample business card" lightbox="./media/overview-business-card.jpg":::
2323

24+
## Development options
25+
26+
The following resources are supported by Form Recognizer v2.1:
27+
28+
| Feature | Resources |
29+
|----------|-------------------------|
30+
|**Business card model**| <ul><li>[**Form Recognizer labeling tool**](https://fott-2-1.azurewebsites.net/prebuilts-analyze)</li><li>[**REST API**](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-business-cards)</li><li>[**Client-library SDK**](quickstarts/try-sdk-rest-api.md)</li><li>[**Form Recognizer Docker container**](containers/form-recognizer-container-install-run.md?tabs=business-card#run-the-container-with-the-docker-compose-up-command)</li></ul>|
31+
32+
The following resources are supported by Form Recognizer v3.0:
33+
34+
| Feature | Resources | Model ID |
35+
|----------|-------------|-----------|
36+
|**Business card model**| <ul><li>[**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com)</li><li>[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument)</li><li>[**C# SDK**](quickstarts/try-v3-csharp-sdk.md)</li><li>[**Python SDK**](quickstarts/try-v3-python-sdk.md)</li></ul>|**prebuilt-businessCard**|
37+
2438
### Try Form Recognizer
2539

2640
See how data, including name, job title, address, email, and company name, is extracted from business cards using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following:

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ A custom model is a machine learning program trained to recognize form fields wi
3030

3131
With composed models, you can assign multiple custom models to a composed model called with a single model ID. It is useful when you have trained several models and want to group them to analyze similar form types. For example, your composed model may include custom models trained to analyze your supply, equipment, and furniture purchase orders. Instead of manually trying to select the appropriate model, you can use a composed model to determine the appropriate custom model for each analysis and extraction.
3232

33+
## Development options
34+
35+
The following resources are supported by Form Recognizer v2.1:
36+
37+
| Feature | Resources |
38+
|----------|-------------------------|
39+
|**Custom model**| <ul><li>[**Form Recognizer labeling tool**](https://fott-2-1.azurewebsites.net)</li><li>[**REST API**](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-forms-with-a-custom-model)</li><li>[**Client-library SDK**](quickstarts/try-sdk-rest-api.md)</li><li>[**Form Recognizer Docker container**](containers/form-recognizer-container-install-run.md?tabs=custom#run-the-container-with-the-docker-compose-up-command)</li></ul>|
40+
41+
The following resources are supported by Form Recognizer v3.0:
42+
43+
| Feature | Resources |
44+
|----------|-------------|
45+
|**Custom model**| <ul><li>[**Form Recognizer Studio**](https://fott-2-1.azurewebsites.net)</li><li>[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument)</li><li>[**C# SDK**](quickstarts/try-v3-csharp-sdk.md)</li><li>[**Python SDK**](quickstarts/try-v3-python-sdk.md)</li></ul>|
46+
3347
### Try Form Recognizer
3448

3549
See how data is extracted from your specific or unique documents using custom models. You'll need the following:

articles/applied-ai-services/form-recognizer/concept-general-document.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,28 @@ The General document preview model combines powerful Optical Character Recogniti
1919

2020
The general document API supports most form types and will analyze your documents and associate values to keys and entries to tables that it discovers. It is ideal for extracting common key-value pairs from documents. You can use the general document model as an alternative to [training a custom model without labels](compose-custom-models.md#train-without-labels).
2121

22+
## General document features
23+
24+
* There is no need to train a custom model to extract key-value pairs.
25+
26+
* A single API is used to extract key value pairs, entities, text, tables, and structure from documents.
27+
28+
* It is a pre-trained model that will be periodically trained on new data to improve coverage and accuracy.
29+
30+
* The general document model supports structured, semi-structured, and unstructured data.
31+
2232
***Sample document processed in the Form Recognizer Studio***
2333

2434
:::image type="content" source="media/studio/general-document-analyze.png" alt-text="Screenshot: general document analysis in the Form Recognizer Studio.":::
2535

36+
## Development options
37+
38+
The following resources are supported by Form Recognizer v3.0:
39+
40+
| Feature | Resources |
41+
|----------|-------------------------|
42+
|🆕 **General document model**|<ul ><li>[**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com)</li><li>[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument)</li><li>[**C# SDK**](quickstarts/try-v3-csharp-sdk.md)</li><li>[**Python SDK**](quickstarts/try-v3-python-sdk.md)</li></ul> |
43+
2644
### Try Form Recognizer
2745

2846
See how data, including tables, values, and entities, is extracted from forms and documents using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following:
@@ -49,16 +67,6 @@ See how data, including tables, values, and entities, is extracted from forms an
4967
> [!div class="nextstepaction"]
5068
> [Try Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=document)
5169
52-
## General document features
53-
54-
* There is no need to train a custom model to extract key-value pairs.
55-
56-
* A single API is used to extract key value pairs, entities, text, tables, and structure from documents.
57-
58-
* It is a pre-trained model that will be periodically trained on new data to improve coverage and accuracy.
59-
60-
* The general document model supports structured, semi-structured, and unstructured data.
61-
6270
## Key-value pairs
6371

6472
Key value pairs are specific spans within the document that identify a label or key and its associated response or value. In a structured form, this could be the label and the value the user entered for that field or in an unstructured document it could be the date a contract was executed on based on the text in a paragraph. The AI model is trained to extract identifiable keys and values based on a wide variety of document types, formats, and structures.

articles/applied-ai-services/form-recognizer/concept-id-document.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ The ID document model combines powerful Optical Character Recognition (OCR) capa
2121

2222
:::image type="content" source="./media/studio/drivers-license.png" alt-text="sample identification card" lightbox="./media/overview-id.jpg":::
2323

24+
## Development options
25+
26+
The following resources are supported by Form Recognizer v2.1:
27+
28+
| Feature | Resources |
29+
|----------|-------------------------|
30+
|**ID document model**| <ul><li>[**Form Recognizer labeling tool**](https://fott-2-1.azurewebsites.net/prebuilts-analyze)</li><li>[**REST API**](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-identity-id-documents)</li><li>[**Client-library SDK**](quickstarts/try-sdk-rest-api.md)</li><li>[**Form Recognizer Docker container**](containers/form-recognizer-container-install-run.md?tabs=id-document#run-the-container-with-the-docker-compose-up-command)</li></ul>|
31+
2432
### Try Form Recognizer
2533

2634
See how data, including name, birth date, machine-readable zone, and expiration date, is extracted from ID documents using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following:

articles/applied-ai-services/form-recognizer/concept-invoice.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ recommendations: false
2121

2222
:::image type="content" source="media/studio/overview-invoices.png" alt-text="sample invoice" lightbox="media/overview-invoices-big.jpg":::
2323

24+
## Development options
25+
26+
The following resources are supported by Form Recognizer v2.1:
27+
28+
| Feature | Resources |
29+
|----------|-------------------------|
30+
|**Invoice model**| <ul><li>[**Form Recognizer labeling tool**](https://fott-2-1.azurewebsites.net/prebuilts-analyze)</li><li>[**REST API**](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-invoices)</li><li>[**Client-library SDK**](quickstarts/try-sdk-rest-api.md)</li><li>[**Form Recognizer Docker container**](containers/form-recognizer-container-install-run.md?tabs=invoice#run-the-container-with-the-docker-compose-up-command)</li></ul>|
31+
32+
The following resources are supported by Form Recognizer v3.0:
33+
34+
| Feature | Resources | Model ID |
35+
|----------|-------------|-----------|
36+
|**Invoice model** | <ul><li>[**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com)</li><li>[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument)</li><li>[**C# SDK**](quickstarts/try-v3-csharp-sdk.md)</li><li>[**Python SDK**](quickstarts/try-v3-python-sdk.md)</li></ul>|**prebuilt-invoice**|
37+
2438
### Try Form Recognizer
2539

2640
See how data, including customer information, vendor details, and line items, is extracted from invoices using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following:

articles/applied-ai-services/form-recognizer/concept-layout.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ Azure the Form Recognizer Layout API extracts text, tables, selection marks, and
2626
| --- | --- | --- | --- |
2727
| Layout ||||
2828

29+
## Development options
30+
31+
The following resources are supported by Form Recognizer v2.1:
32+
33+
| Feature | Resources |
34+
|----------|-------------------------|
35+
|**Layout API**| <ul><li>[**Form Recognizer labeling tool**](https://fott-2-1.azurewebsites.net/layout-analyze)</li><li>[**REST API**](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-layout)</li><li>[**Client-library SDK**](quickstarts/try-sdk-rest-api.md)</li><li>[**Form Recognizer Docker container**](containers/form-recognizer-container-install-run.md?branch=main&tabs=layout#run-the-container-with-the-docker-compose-up-command)</li></ul>|
36+
37+
The following resources are supported by Form Recognizer v3.0:
38+
39+
| Feature | Resources | Model ID |
40+
|----------|------------|------------|
41+
|**Layout model**| <ul><li>[**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com)</li><li>[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument)</li><li>[**C# SDK**](quickstarts/try-v3-csharp-sdk.md)</li><li>[**Python SDK**](quickstarts/try-v3-python-sdk.md)</li></ul>|**prebuilt-layout**|
42+
2943
### Try Form Recognizer
3044

3145
See how data, including tables, check boxes, and text, is extracted from forms and documents using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following:

articles/applied-ai-services/form-recognizer/concept-receipt.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ The receipt model combines powerful Optical Character Recognition (OCR) capabili
2121

2222
:::image type="content" source="media/studio/overview-receipt.png" alt-text="sample receipt" lightbox="./media/overview-receipt.jpg":::
2323

24+
## Development options
25+
26+
The following resources are supported by Form Recognizer v2.1:
27+
28+
| Feature | Resources |
29+
|----------|-------------------------|
30+
|**Receipt model**| <ul><li>[**Form Recognizer labeling tool**](https://fott-2-1.azurewebsites.net/prebuilts-analyze)</li><li>[**REST API**](quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api#analyze-receipts)</li><li>[**Client-library SDK**](quickstarts/try-sdk-rest-api.md)</li><li>[**Form Recognizer Docker container**](containers/form-recognizer-container-install-run.md?tabs=receipt#run-the-container-with-the-docker-compose-up-command)</li></ul>|
31+
32+
The following resources are supported by Form Recognizer v3.0:
33+
34+
| Feature | Resources | Model ID |
35+
|----------|-------------|-----------|
36+
|**Receipt model**| <ul><li>[**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com)</li><li>[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument)</li><li>[**C# SDK**](quickstarts/try-v3-csharp-sdk.md)</li><li>[**Python SDK**](quickstarts/try-v3-python-sdk.md)</li></ul>|**prebuilt-receipt**|
37+
2438
### Try Form Recognizer
2539

2640
See how data, including time and date of transactions, merchant information, and amount totals, is extracted from receipts using the Form Recognizer Studio or our Sample Labeling tool. You'll need the following:

0 commit comments

Comments
 (0)