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
+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
@@ -108,7 +108,7 @@ You will need a business card document. You can use our [sample business card do
108
108
109
109
The Form Recognizer preview introduces several new features and capabilities.
110
110
111
-
*Following our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
111
+
*Follow our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
112
112
113
113
* Explore our [**REST API (preview)**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument) to learn more about the preview version and new capabilities.
***Custom model API (v3.0)** supports signature detection for custom forms. When training custom models, you can specify certain fields as signatures. When a document is analyzed with your custom model, it will indicate whether a signature has been detected or not.
118
118
119
-
*Following our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
119
+
*Follow our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
120
120
121
121
* Explore our [**REST API (preview)**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument) to learn more about the preview version and new capabilities.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-general-document.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
@@ -13,7 +13,7 @@ recommendations: false
13
13
---
14
14
<!-- markdownlint-disable MD033 -->
15
15
16
-
# Form Recognizer general document model | Preview
16
+
# Form Recognizer general document model (preview))
17
17
18
18
The General document preview model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to extract key-value pairs and entities from documents. General document is only available with the preview (v3.0) API. For more information on using the preview (v3.0) API, see our [migration guide](v3-migration-guide.md).
*Following our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
132
+
*Follow our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
133
133
134
134
* Explore our [**REST API (preview)**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument) to learn more about the preview version and new capabilities.
| Region | String | Extracted region, state, province, etc. (Driver's License only) ||
128
128
129
-
* Following our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
129
+
### Migration guide and REST API v3.0
130
+
131
+
* Follow our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
130
132
131
133
* Explore our [**REST API (preview)**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument) to learn more about the preview version and new capabilities.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-invoice.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
@@ -133,7 +133,7 @@ The invoice key-value pairs and line items extracted are in the `documentResults
133
133
134
134
The Form Recognizer preview introduces several new features and capabilities.
135
135
136
-
*Following our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
136
+
*Follow our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
137
137
138
138
* Explore our [**REST API (preview)**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument) to learn more about the preview version and new capabilities.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-layout.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
@@ -134,7 +134,7 @@ For large multi-page documents, use the `pages` query parameter to indicate spec
134
134
135
135
The Form Recognizer preview introduces several new features and capabilities.
136
136
137
-
*Following our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
137
+
*Follow our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
138
138
139
139
* Explore our [**REST API (preview)**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument) to learn more about the preview version and new capabilities.
@@ -105,38 +105,38 @@ You will need a receipt document. You can use our [sample receipt document](http
105
105
106
106
## Form Recognizer preview v3.0
107
107
108
-
The Form Recognizer preview introduces several new features and capabilities:
109
-
110
-
***Receipt** model supports single-page hotel receipt processing.
111
-
112
-
### Hotel receipt key-value pair extraction
113
-
114
-
|Name| Type | Description|Standardized output|
115
-
|:-----|:----|:----|:----|
116
-
| ArrivalDate| Date | Date of arrival| yyyy-mm-dd |
117
-
| Currency|Currency|Currency unit of receipt amounts. For example USD, EUR, or MIXED if multiple values are found ||
118
-
|DepartureDate | Date | Date of departure|yyyy-mm-dd|
119
-
| Items |Array|||
120
-
| Items.*.Category| String | Item category, for example, Room, Tax, etc. ||
121
-
| Items.*.Date|Date | Item date | yyyy-mm-dd|
122
-
|Items.*.Description|String | Item description ||
123
-
| Items.*.TotalPrice| Number | Item total price | Integer|
124
-
| Locale|String | Locale of the receipt, for example, en-US. | ISO language-county code |
125
-
| MerchantAddress| String |Listed address of merchant ||
126
-
|MerchantAliases | Array|||
127
-
| MerchantAliases.*|String|Alternative name of merchant ||
128
-
| MerchantName| String |Name of the merchant issuing the receipt||
129
-
| MerchantPhoneNumber|phoneNumber|Listed phone number of merchant|+1 xxx xxx xxxx|
130
-
| ReceiptType | String | Type of receipt, for example, Hotel, Itemized ||
131
-
| Total | Number | Full transaction total of receipt | Two-decimal float |
132
-
133
-
### Hotel receipt supported languages and locales
134
-
135
-
| Model|Language—Locale code | Default |
136
-
|--------|:----------------------|:---------|
137
-
|Receipt (hotel) | <ul><li>English (United States)—en-US</li></ul>| English (United States)—en-US|
138
-
139
-
*Following our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
108
+
The Form Recognizer preview introduces several new features and capabilities. The **Receipt** model supports single-page hotel receipt processing.
109
+
110
+
### Hotel receipt field extraction
111
+
112
+
|Name| Type | Description | Standardized output |
113
+
|:-----|:----|:----|:----|
114
+
| ArrivalDate | Date | Date of arrival|yyyy-mm-dd|
115
+
| Currency | Currency | Currency unit of receipt amounts. For example USD, EUR, or MIXED if multiple values are found ||
116
+
| DepartureDate| Date | Date of departure| yyyy-mm-dd |
117
+
| Items|Array|||
118
+
| Items.*.Category | String|Item category, for example, Room, Tax, etc.||
| Items.*.TotalPrice| Number | Item total price | Integer|
122
+
| Locale | String|Locale of the receipt, for example, en-US.|ISO language-county code |
123
+
| MerchantAddress|String | Listed address of merchant ||
124
+
| MerchantAliases|Array|||
125
+
| MerchantAliases.*| String |Alternative name of merchant ||
126
+
| MerchantName | String|Name of the merchant issuing the receipt||
127
+
| MerchantPhoneNumber|phoneNumber|Listed phone number of merchant |+1 xxx xxx xxxx|
128
+
| ReceiptType| String |Type of receipt, for example, Hotel, Itemized||
129
+
| Total|Number|Full transaction total of receipt|Two-decimal float |
130
+
131
+
### Hotel receipt supported languages and locales
132
+
133
+
| Model | Language—Locale code | Default |
134
+
|--------|:----------------------|:---------|
135
+
|Receipt (hotel)|<ul><li>English (United States)—en-US</li></ul>| English (United States)—en-US|
136
+
137
+
### Migration guide and REST API v3.0
138
+
139
+
*Follow our [**Form Recognizer v3.0 migration guide**](v3-migration-guide.md) to learn how to use the preview version in your applications and workflows.
140
140
141
141
* Explore our [**REST API (preview)**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-1/operations/AnalyzeDocument) to learn more about the preview version and new capabilities.
0 commit comments