Skip to content

Commit addc2b4

Browse files
committed
update file
1 parent 1681238 commit addc2b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/applied-ai-services/form-recognizer/tutorial-azure-function.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: applied-ai-services
99
ms.subservice: forms-recognizer
1010
ms.topic: tutorial
11-
ms.date: 08/22/2022
11+
ms.date: 08/23/2022
1212
ms.author: lajanuar
1313
ms.custom: vscode-azure-extension-update-completed
1414
---
@@ -17,8 +17,7 @@ ms.custom: vscode-azure-extension-update-completed
1717

1818
You can use Form Recognizer as part of an automated data processing pipeline built with Azure Functions. This guide shows you how to use Azure Functions to process documents that are uploaded to an Azure blob storage container. This workflow extracts table data from stored documents using the Form Recognizer Layout service and saves the table data in a .csv file in Azure. You can then display the data using Microsoft Power BI (not covered here).
1919

20-
> [!div class="mx-imgBorder"]
21-
> ![azure service workflow diagram](./media/tutorial-azure-function/workflow-diagram.png)
20+
:::image type="content" source="media/tutorial-azure-function/workflow-diagram.png" alt-text="Screenshot of Azure Service workflow diagram":::
2221

2322
In this tutorial, you learn how to:
2423

0 commit comments

Comments
 (0)