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-invoice.md
+16-6Lines changed: 16 additions & 6 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
-
# Automated invoice processing
16
+
# Azure 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)]
@@ -23,18 +23,28 @@ recommendations: false
23
23
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
24
24
::: moniker-end
25
25
26
-
## What is automated invoice processing?
26
+
The machine-learning-based invoice model combines powerful Optical Character Recognition (OCR) capabilities with invoice understanding models to analyze and extract key fields and line items from sales invoices. Invoices can be of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The API analyzes invoice text; extracts key information such as customer name, billing address, due date, and amount due; and returns a structured JSON data representation. The model currently supports both English and Spanish invoices.
27
27
28
-
Automated invoice processing is the process of extracting key accounts payable fields from including invoice line items from invoices and integrating it with your accounts payable (AP) workflows for reviews and payments. Historically, the accounts payable process has been very manual and time consuming. Accurate extraction of key data from invoices is typically the first and one of the most critical steps in the invoice automation process.
28
+
## Automated invoice processing
29
29
30
-
## Form Recognizer Invoice model
30
+
Automated invoice processing is the process of extracting key accounts payable fields from including invoice line items from invoices and integrating it with your accounts payable (AP) workflows for reviews and payments. Historically, the accounts payable process has been very manual and time consuming. Accurate extraction of key data from invoices is typically the first and one of the most critical steps in the invoice automation process.
31
31
32
-
The machine learning based invoice model combines powerful Optical Character Recognition (OCR) capabilities with invoice understanding models to analyze and extract key fields and line items from sales invoices. Invoices can be of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The API analyzes invoice text; extracts key information such as customer name, billing address, due date, and amount due; and returns a structured JSON data representation. The model currently supports both English and Spanish invoices.
32
+
::: moniker range="form-recog-3.0.0"
33
33
34
34
**Sample invoice processed with [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=invoice)**:
**Sample invoice processed with [Form Recognizer sample labeling tool](https://fott-2-1.azurewebsites.net/connections)**:
43
+
44
+
:::image type="content" source="media/invoice-example-new.jpg" alt-text="Screenshot of a processed Contoso invoice."
45
+
46
+
::: moniker-end
47
+
38
48
## Development options
39
49
40
50
::: moniker range="form-recog-3.0.0"
@@ -57,7 +67,7 @@ The following tools are supported by Form Recognizer v2.1:
57
67
58
68
::: moniker-end
59
69
60
-
## Try invoice data extraction
70
+
## Try Form Recognizer
61
71
62
72
See how data, including customer information, vendor details, and line items, is extracted from invoices using the Form Recognizer Studio. You'll need the following resources:
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-receipt.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,30 @@ recommendations: false
14
14
---
15
15
<!-- markdownlint-disable MD033 -->
16
16
17
-
# Receipt data extraction
17
+
# Azure Form Recognizer receipt model
18
+
19
+
The Form Recognizer receipt model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to analyze and extract key information from sales receipts. Receipts can be of various formats and quality including printed and handwritten receipts. The API extracts key information such as merchant name, merchant phone number, transaction date, tax, and transaction total and returns structured JSON data.
18
20
19
-
[!INCLUDE [applies to v3.0 and v2.1](includes/applies-to-v3-0-and-v2-1.md)]
21
+
::: moniker range="form-recog-3.0.0"
22
+
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
23
+
::: moniker-end
20
24
21
-
## What is receipt digitization
25
+
::: moniker range="form-recog-2.1.0"
26
+
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
27
+
::: moniker-end
22
28
23
-
Receipt digitization is the process of converting scanned receipts into digital form for downstream processing. OCR powered receipt data extraction helps to automate the conversion and save time and effort. The output from the receipt data extraction is used for accounts payable and receivables automation, sales data analytics, and other business scenarios.
29
+
# Receipt data extraction
24
30
25
-
## Form Recognizer receipt model
31
+
Receipt digitization is the process of converting scanned receipts into digital form for downstream processing. Azure Form Recognizer OCR powered receipt data extraction helps to automate the conversion and save time and effort. The output from the receipt data extraction is used for accounts payable and receivables automation, sales data analytics, and other business scenarios.
26
32
27
-
The Form Recognizer receipt model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to analyze and extract key information from sales receipts. Receipts can be of various formats and quality including printed and handwritten receipts. The API extracts key information such as merchant name, merchant phone number, transaction date, tax, and transaction total and returns structured JSON data.
33
+
::: moniker range="form-recog-3.0.0"
28
34
29
35
***Sample receipt processed with [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=receipt)***:
0 commit comments