Skip to content

Commit b733f5d

Browse files
committed
update concept-receipt
1 parent fca7e5e commit b733f5d

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

articles/applied-ai-services/form-recognizer/concept-invoice.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ recommendations: false
1313
---
1414
<!-- markdownlint-disable MD033 -->
1515

16-
# Automated invoice processing
16+
# Azure Form Recognizer invoice model
1717

1818
::: moniker range="form-recog-3.0.0"
1919
[!INCLUDE [applies to v3.0](includes/applies-to-v3-0.md)]
@@ -23,18 +23,28 @@ recommendations: false
2323
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
2424
::: moniker-end
2525

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.
2727

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
2929

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.
3131

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"
3333

3434
**Sample invoice processed with [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=invoice)**:
3535

3636
:::image type="content" source="media/studio/overview-invoices.png" alt-text="sample invoice" lightbox="media/overview-invoices-big.jpg":::
3737

38+
::: moniker-end
39+
40+
::: moniker range="form-recog-2.1.0"
41+
42+
**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+
3848
## Development options
3949

4050
::: moniker range="form-recog-3.0.0"
@@ -57,7 +67,7 @@ The following tools are supported by Form Recognizer v2.1:
5767

5868
::: moniker-end
5969

60-
## Try invoice data extraction
70+
## Try Form Recognizer
6171

6272
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:
6373

articles/applied-ai-services/form-recognizer/concept-receipt.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,30 @@ recommendations: false
1414
---
1515
<!-- markdownlint-disable MD033 -->
1616

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.
1820

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
2024

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
2228

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
2430

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.
2632

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"
2834

2935
***Sample receipt processed with [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=receipt)***:
3036

3137
:::image type="content" source="media/studio/overview-receipt.png" alt-text="sample receipt" lightbox="media/overview-receipt.jpg":::
3238

39+
::: moniker-end
40+
3341
## Development options
3442

3543
The following tools are supported by Form Recognizer v3.0:

0 commit comments

Comments
 (0)