Skip to content

Commit a2f44b7

Browse files
committed
separate model categories
1 parent 258dc15 commit a2f44b7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

β€Žarticles/applied-ai-services/form-recognizer/concept-model-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ Azure Form Recognizer prebuilt models enable you to add intelligent document pro
2222

2323
| **Model** | **Description** |
2424
| --- | --- |
25+
|**Document analysis**||
2526
| πŸ†•[Read (preview)](#read-preview) | Extract printed and handwritten text lines, words, locations, and detected languages.|
26-
| πŸ†•[W-2 (preview)](#w-2-preview) | Extract employee, employer, wage information, etc. from US W-2 forms. |
27-
| πŸ†•[General document (preview)](#general-document-preview) | Extract text, tables, structure, key-value pairs, and named entities. |
27+
| πŸ†•[General document (preview)](#general-document-preview) | Extract text, tables, structure, key-value pairs, and named entities.|
2828
| [Layout](#layout) | Extracts text and layout information from documents. |
29+
|**Prebuilt**||
30+
| πŸ†•[W-2 (preview)](#w-2-preview) | Extract employee, employer, wage information, etc. from US W-2 forms. |
2931
| [Invoice](#invoice) | Extract key information from English and Spanish invoices. |
3032
| [Receipt](#receipt) | Extract key information from English receipts. |
3133
| [ID document](#id-document) | Extract key information from US driver licenses and international passports. |

β€Žarticles/applied-ai-services/form-recognizer/overview.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@ Azure Form Recognizer is a cloud-based [Azure Applied AI Service](../../applied-
2222

2323
Form Recognizer uses the following models to easily identify, extract, and analyze document data:
2424

25-
* [**W-2 form model**](concept-w2.md) | Extract text and key information from US W2 tax forms.
25+
**Document analysis**
26+
2627
* [**Read model**](concept-read.md) | Extract printed and handwritten text lines, words, locations, and detected languages from documents and images.
28+
* [**Layout model**](concept-layout) | Extract text, tables, selection marks, and structure information from documents (PDF and TIFF) and images (JPG, PNG, and BMP).
2729
* [**General document model**](concept-general-document.md) | Extract key-value pairs, selection marks, and entities from documents.
30+
31+
**Prebuilt**
32+
33+
* [**W-2 form model**](concept-w2.md) | Extract text and key information from US W2 tax forms.
2834
* [**Invoice model**](concept-invoice.md) | Extract text, selection marks, tables, key-value pairs, and key information from invoices.
2935
* [**Receipt model**](concept-receipt.md) | Extract text and key information from receipts.
3036
* [**ID document model**](concept-id-document.md) | Extract text and key information from driver licenses and international passports.

0 commit comments

Comments
Β (0)