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/concept-business-card.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ recommendations: false
13
13
---
14
14
<!-- markdownlint-disable MD033 -->
15
15
16
-
# Azure Form Recognizer Business Card model
16
+
# Form Recognizer Business Card model
17
17
18
18
The business card model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to analyze and extract key information from business card images. The API analyzes printed business cards; extracts key information such as first name, last name, company name, email address, and phone number; and returns a structured JSON data representation.
19
19
@@ -194,7 +194,7 @@ See how data, including name, job title, address, email, and company name, is ex
194
194
195
195
## Supported locales
196
196
197
-
**Pre-built business cards v2.1** supports the following locales:
197
+
**Prebuilt business cards v2.1** supports the following locales:
198
198
199
199
***en-us**
200
200
***en-au**
@@ -212,15 +212,15 @@ See how data, including name, job title, address, email, and company name, is ex
212
212
213
213
::: moniker range="form-recog-3.0.0"
214
214
215
-
*[Learn how to process your own forms and documents](quickstarts/try-v3-form-recognizer-studio.md) with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
215
+
*Try processing your own forms and documents with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
216
216
217
217
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
218
218
219
219
::: moniker-end
220
220
221
221
::: moniker range="form-recog-2.1.0"
222
222
223
-
*[Learn how to process your own forms and documents](quickstarts/try-sample-label-tool.md) with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
223
+
*Try processing your own forms and documents with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
224
224
225
225
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
* 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.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-custom.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
@@ -16,7 +16,7 @@ recommendations: false
16
16
17
17
[!INCLUDE [applies to v3.0 and v2.1](includes/applies-to-v3-0-and-v2-1.md)]
18
18
19
-
Form Recognizer uses advanced machine learning technology to detect and extract information from forms and documents and returns the extracted data in a structured JSON output. With Form Recognizer, you can use pre-built or pre-trained models or you can train standalone custom models. Custom models extract and analyze distinct data and use cases from forms and documents specific to your business. Standalone custom models can be combined to create [composed models](concept-composed-models.md).
19
+
Form Recognizer uses advanced machine learning technology to detect and extract information from forms and documents and returns the extracted data in a structured JSON output. With Form Recognizer, you can use prebuilt or pre-trained models or you can train standalone custom models. Custom models extract and analyze distinct data and use cases from forms and documents specific to your business. Standalone custom models can be combined to create [composed models](concept-composed-models.md).
20
20
21
21
To create a custom model, you label a dataset of documents with the values you want extracted and train the model on the labeled dataset. You only need five examples of the same form or document type to get started.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-form-recognizer-studio.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
@@ -33,7 +33,7 @@ The following Form Recognizer service features are available in the Studio.
33
33
34
34
***General Documents**: Try out Form Recognizer's General Documents feature to extract key-value pairs and entities. Start with the [Studio General Documents feature](https://formrecognizer.appliedai.azure.com/studio/document). Explore with sample documents and your documents. Use the interactive visualization and JSON output to understand how the feature works. See the [General Documents overview](concept-general-document.md) to learn more and get started with the [Python SDK quickstart for Layout](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#general-document-model).
35
35
36
-
***Prebuilt models**: Form Recognizer's pre-built models enable you to add intelligent document processing to your apps and flows without having to train and build your own models. As an example, start with the [Studio Invoice feature](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=invoice). Explore with sample documents and your documents. Use the interactive visualization, extracted fields list, and JSON output to understand how the feature works. See the [Models overview](concept-model-overview.md) to learn more and get started with the [Python SDK quickstart for Prebuilt Invoice](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model).
36
+
***Prebuilt models**: Form Recognizer's prebuilt models enable you to add intelligent document processing to your apps and flows without having to train and build your own models. As an example, start with the [Studio Invoice feature](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=invoice). Explore with sample documents and your documents. Use the interactive visualization, extracted fields list, and JSON output to understand how the feature works. See the [Models overview](concept-model-overview.md) to learn more and get started with the [Python SDK quickstart for Prebuilt Invoice](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model).
37
37
38
38
***Custom models**: Form Recognizer's custom models enable you to extract fields and values from models trained with your data, tailored to your forms and documents. Create standalone custom models or combine two or more custom models to create a composed model to extract data from multiple form types. Start with the [Studio Custom models feature](https://formrecognizer.appliedai.azure.com/studio/custommodel/projects). Use the online wizard, labeling interface, training step, and visualizations to understand how the feature works. Test the custom model with your sample documents and iterate to improve the model. See the [Custom models overview](concept-custom.md) to learn more and use the [Form Recognizer v3.0 migration guide](v3-migration-guide.md) to start integrating the new models with your applications.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-id-document.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ ms.custom: references.regions
14
14
---
15
15
<!-- markdownlint-disable MD033 -->
16
16
17
-
# Azure Form Recognizer Identity document (ID) model
18
-
19
-
The Form Recognizer Identity document (ID) model combines Optical Character Recognition (OCR) with deep learning models to analyze and extract key information from identity documents: US Drivers Licenses (all 50 states and District of Columbia), international passport biographical pages, US state IDs, social security cards, and permanent resident cards and more. The API analyzes identity documents, extracts key information, and returns a structured JSON data representation.
17
+
# Form Recognizer identity document (ID) model
20
18
21
19
::: moniker range="form-recog-3.0.0"
22
20
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
@@ -26,9 +24,13 @@ The Form Recognizer Identity document (ID) model combines Optical Character Reco
26
24
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
27
25
::: moniker-end
28
26
29
-
## Identity document (ID) processing
27
+
Azure Form Recognizer Identity document (ID) model combines Optical Character Recognition (OCR) with deep learning models to analyze and extract key information from identity documents: US Drivers Licenses (all 50 states and District of Columbia), international passport biographical pages, US state IDs, social security cards, and permanent resident cards and more. The API analyzes identity documents, extracts key information, and returns a structured JSON data representation.
28
+
29
+
## Identity document processing
30
+
31
+
Identity document processing involves extracting data from identity documents either manually or by using OCR based techniques. Examples of identity documents include passports, driver licenses, resident cards, and national identity cards like the US social security card.
30
32
31
-
Identity document (ID) processing involves extraction of data from identity documents whether manually or using OCR based techniques. Examples of identity documents include passports, driver licenses, resident cards, and national identity cards like the social security card in the US. It's an important step in any business process that requires some proof of identity. Examples include customer verification in banks and other financial institutions, mortgage applications, medical visits, claim processing, hospitality industry, and more. Individuals provide some proof of their identity via driver licenses, passports, and other similar documents so that the business can efficiently verify them before providing services and benefits.
33
+
ID document processing an important step in any business process that requires some proof of identity. Examples include customer verification in banks and other financial institutions, mortgage applications, medical visits, claim processing, hospitality industry, and more. Individuals provide some proof of their identity via driver licenses, passports, and other similar documents so that the business can efficiently verify them before providing services and benefits.
32
34
33
35
::: moniker range="form-recog-3.0.0"
34
36
@@ -73,9 +75,13 @@ The following tools are supported by Form Recognizer v2.1:
Extract data, including name, birth date, machine-readable zone, and expiration date, from ID documents using the Form Recognizer Studio. You'll need the following resources:
84
+
Extract data, including name, birth date, and expiration date, from ID documents. You'll need the following resources:
79
85
80
86
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
81
87
@@ -145,10 +151,6 @@ Extract data, including name, birth date, machine-readable zone, and expiration
145
151
* The "documentResults" field contains key/value pairs information and line items information for the most relevant parts of the document.
@@ -301,7 +303,7 @@ Below are the fields extracted per document type. The Azure Form Recognizer ID m
301
303
302
304
## Supported document types and locales
303
305
304
-
**Pre-built ID v2.1** extracts key values from worldwide passports, and U.S. Driver's Licenses in the **en-us** locale.
306
+
**Prebuilt ID v2.1** extracts key values from worldwide passports, and U.S. Driver's Licenses in the **en-us** locale.
305
307
306
308
## Fields extracted
307
309
@@ -330,15 +332,15 @@ Below are the fields extracted per document type. The Azure Form Recognizer ID m
330
332
331
333
::: moniker range="form-recog-3.0.0"
332
334
333
-
*[Learn how to process your own forms and documents](quickstarts/try-v3-form-recognizer-studio.md) with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
335
+
*Try processing your own forms and documents with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
334
336
335
337
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
336
338
337
339
::: moniker-end
338
340
339
341
::: moniker range="form-recog-2.1.0"
340
342
341
-
*[Learn how to process your own forms and documents](quickstarts/try-sample-label-tool.md) with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
343
+
*Try processing your own forms and documents with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
342
344
343
345
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-invoice.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ recommendations: false
13
13
---
14
14
<!-- markdownlint-disable MD033 -->
15
15
16
-
# Azure Form Recognizer invoice model
16
+
# Form Recognizer invoice model
17
17
18
18
::: moniker range="form-recog-3.0.0"
19
19
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
@@ -216,7 +216,7 @@ Keys can also exist in isolation when the model detects that a key exists, with
216
216
217
217
## Supported locales
218
218
219
-
**Pre-built invoice v2.1** supports invoices in the **en-us** locale.
219
+
**Prebuilt invoice v2.1** supports invoices in the **en-us** locale.
220
220
221
221
## Fields extracted
222
222
@@ -283,15 +283,15 @@ The JSON output has three parts:
283
283
284
284
::: moniker range="form-recog-3.0.0"
285
285
286
-
*[Learn how to process your own forms and documents](quickstarts/try-v3-form-recognizer-studio.md) with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
286
+
*Try processing your own forms and documents with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
287
287
288
288
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
289
289
290
290
::: moniker-end
291
291
292
292
::: moniker range="form-recog-2.1.0"
293
293
294
-
*[Learn how to process your own forms and documents](quickstarts/try-sample-label-tool.md) with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
294
+
*Try processing your own forms and documents with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
295
295
296
296
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-layout.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: lajanuar
12
12
recommendations: false
13
13
---
14
14
15
-
# Azure Form Recognizer layout model
15
+
# Form Recognizer layout model
16
16
17
17
The Form Recognizer Layout is an advanced machine-learning based document layout analysis model available in the Form Recognizer cloud API. In the version v2.1, the document layout model extracted text lines, words, tables, and selection marks.
18
18
@@ -404,15 +404,15 @@ Layout API also extracts selection marks from documents. Extracted selection mar
404
404
405
405
::: moniker range="form-recog-3.0.0"
406
406
407
-
* [Learn how to process your own forms and documents](quickstarts/try-v3-form-recognizer-studio.md) with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
407
+
* Try processing your own forms and documents with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
408
408
409
409
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
410
410
411
411
::: moniker-end
412
412
413
413
::: moniker range="form-recog-2.1.0"
414
414
415
-
* [Learn how to process your own forms and documents](quickstarts/try-sample-label-tool.md) with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
415
+
* Try processing your own forms and documents with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
416
416
417
417
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-model-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,15 +333,15 @@ A composed model is created by taking a collection of custom models and assignin
333
333
334
334
::: moniker range="form-recog-3.0.0"
335
335
336
-
*[Learn how to process your own forms and documents](quickstarts/try-v3-form-recognizer-studio.md) with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
336
+
*Try processing your own forms and documents with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
337
337
338
338
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
339
339
340
340
::: moniker-end
341
341
342
342
::: moniker range="form-recog-2.1.0"
343
343
344
-
*[Learn how to process your own forms and documents](quickstarts/try-sample-label-tool.md) with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
344
+
*Try processing your own forms and documents with the [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/)
345
345
346
346
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-2.1.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
0 commit comments