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
The Layout analysis model analyzes and extracts text, tables, selection marks, and other structure elements like titles, section headings, page headers, page footers, and more.
74
74
@@ -82,9 +82,9 @@ The Layout analysis model analyzes and extracts text, tables, selection marks, a
The general document model is ideal for extracting common key-value pairs from forms and documents. It's a pre-trained model and can be directly invoked via the REST API and the SDKs. You can use the general document model as an alternative to training a custom model.
87
+
The general document model is ideal for extracting common key-value pairs from forms and documents. It's a pretrained model and can be directly invoked via the REST API and the SDKs. You can use the general document model as an alternative to training a custom model.
88
88
89
89
***Sample document processed using the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/document)***:
90
90
@@ -95,7 +95,7 @@ The general document model is ideal for extracting common key-value pairs from f
95
95
96
96
### Health insurance card
97
97
98
-
:::image type="content" source="media/studio/health-insurance-logo.png" alt-text="Screenshot of insurance card analysis in Form Recognizer Studio.":::
The health insurance card model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to analyze and extract key information from US health insurance cards.
101
101
@@ -108,7 +108,7 @@ The health insurance card model combines powerful Optical Character Recognition
The W-2 form model extracts key information reported in each box on a W-2 form. The model supports standard and customized forms from 2018 to the present, including single and multiple forms on one page.
114
114
@@ -121,7 +121,7 @@ The W-2 form model extracts key information reported in each box on a W-2 form.
The invoice model automates processing of invoices to extracts customer name, billing address, due date, and amount due, line items and other key data. Currently, the model supports English, Spanish, German, French, Italian, Portuguese, and Dutch invoices.
127
127
@@ -134,7 +134,7 @@ The invoice model automates processing of invoices to extracts customer name, bi
Use the receipt model to scan sales receipts for merchant name, dates, line items, quantities, and totals from printed and handwritten receipts. The version v3.0 also supports single-page hotel receipt processing.
140
140
@@ -147,7 +147,7 @@ Use the receipt model to scan sales receipts for merchant name, dates, line item
Use the Identity document (ID) model to process U.S. Driver's Licenses (all 50 states and District of Columbia) and biographical pages from international passports (excluding visa and other travel documents) to extract key fields.
153
153
@@ -160,7 +160,7 @@ Use the Identity document (ID) model to process U.S. Driver's Licenses (all 50 s
Custom document models analyze and extract data from forms and documents specific to your business. They're trained to recognize form fields within your distinct content and extract key-value pairs and table data. You only need five examples of the same form type to get started.
179
179
@@ -188,7 +188,7 @@ Version v3.0 custom model supports signature detection in custom forms (template
Custom extraction model can be one of two types, **custom template** or **custom neural**. To create a custom extraction model, 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.
194
194
@@ -204,7 +204,7 @@ Custom extraction model can be one of two types, **custom template** or **custom
The custom classification model enables you to identify the document type prior to invoking the extraction model. The classification model is available starting with the 2023-02-28-preview. Training a custom classification model requires at least two distinct classes and a minimum of five samples per class.
0 commit comments