Skip to content

Commit 572d764

Browse files
Merge pull request #14599 from Spucelik/patch-2
Update extract-object-text.yml | ADO 490479
2 parents 90e1321 + df41417 commit 572d764

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

docs/example-scenario/ai/extract-object-text-content.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,19 @@ This article presents a solution for extracting text from images so it can be in
2121
### Components
2222

2323
- [AI Builder](/ai-builder/overview) is a Microsoft Power Platform capability. Use AI Builder to train models to recognize objects in images. AI Builder also offers prebuilt models for object detection.
24-
- [Document Intelligence](/azure/ai-services/document-intelligence/overview) uses machine-learning models to extract and analyze form fields, text, and tables from your documents.
24+
- [Document Intelligence Studio](/azure/ai-services/document-intelligence/studio-overview) uses machine-learning models to extract and analyze form fields, text, and tables from your documents.
25+
26+
> [!NOTE]
27+
> Before using Document Intelligence Studio, evaluate if your scenario works from within Azure AI Foundry. The capabilities found in the Document Intelligence Studio are being migrated to Azure AI Foundry. To help you select a portal experience, see [Choose the correct studio experience](/azure/ai-services/document-intelligence/studio-overview#choose-the-correct-studio-experience).
2528
- [Power Automate](/power-automate/getting-started) is a part of Microsoft Power Platform no-code or low-code intuitive solutions. Power Automate is an online workflow service that automates actions across apps and services.
2629
- [Azure Functions](/azure/azure-functions/functions-overview) is an event-driven serverless compute platform. Azure Functions runs on demand and at scale in the cloud.
2730
- [PnP Modern Search](https://microsoft-search.github.io/pnp-modern-search) solution is a set of SharePoint in Microsoft 365 modern web parts. By using these tools, you can create highly flexible and personalized search-based experiences.
2831

2932
### Alternatives
3033

31-
- Azure AI services can do a full OCR scan of documents, with the resulting metadata stored in SharePoint.
34+
- [Azure AI Document Intelligence](/azure/ai-services/document-intelligence/overview) can do a full OCR scan of documents, with the resulting metadata stored in SharePoint.
3235
- SharePoint can run OCR scans on documents and add content output to the index for retrieval. Use search techniques to target key information in documents.
33-
- If you want to process a high rate of documents, consider using Azure Logic Apps to configure the components. Azure Logic Apps prevents you from hitting consumption limits in your tenant, and is cost-effective. For more information, see [Azure Logic Apps](/azure/logic-apps/logic-apps-overview).
36+
- If you want to process a high rate of documents, consider using Azure Logic Apps to configure the components. Azure Logic Apps helps avoid consumption limits primarily through its integration with a dedicated workflow engine and its ability to run under different pricing tiers, and is cost-effective. For more information, see [Azure Logic Apps](/azure/logic-apps/logic-apps-limits-and-config?tabs=consumption).
3437

3538
## Scenario details
3639

@@ -49,11 +52,11 @@ Use cases include:
4952

5053
Principal author:
5154

52-
- [Steve Pucelik](https://www.linkedin.com/in/stevepucelik) | Sr. Specialist
55+
- [Steve Pucelik](https://www.linkedin.com/in/stevepucelik/) | Sr. Product Manager
5356

5457
## Next steps
5558

5659
- Understand the types of documents that would be well suited for this solution. Typical documents include schematic diagrams, manufacturing control processes, and diagrams that contain many shapes that need to be isolated. For more information, see [Document Intelligence custom models](/azure/ai-services/document-intelligence/train/custom-model).
5760
- Become familiar with the capabilities that AI Builder offers. For more information, see [AI Builder in Power Automate overview](/ai-builder/use-in-flow-overview).
5861
- Define an information architecture that can receive and process your metadata. For more information, see [Azure AI Search skill set](../../solution-ideas/articles/ai-search-skillsets.yml).
59-
- For information on how the solution works and whether it's suitable for your use cases, see [Extract text from objects](https://powerusers.microsoft.com/t5/Power-Automate-Community-Blog/Extract-Text-From-Objects/ba-p/1249705).
62+
- For information on how the solution works and whether it's suitable for your use cases, see [Extract text from objects](https://community.powerplatform.com/blogs/post/?postid=7e80e9fc-2613-47b1-96f7-c4416624fc52).

docs/example-scenario/ai/extract-object-text.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ metadata:
44
description: Use AI Builder and Azure AI Document Intelligence in a Power Automate workflow to extract text from images, for indexing and retrieval.
55
author: Spucelik
66
ms.author: stpuceli
7-
ms.date: 09/27/2024
7+
ms.date: 09/12/2025
88
ms.update-cycle: 180-days
99
ms.collection: ce-skilling-ai-copilot
10-
ms.topic: example-scenario
11-
ms.subservice: example-scenario
10+
ms.topic: solution-idea
11+
ms.subservice: solution-idea
1212
ms.custom: arb-aiml
1313
azureCategories:
1414
- ai-machine-learning

0 commit comments

Comments
 (0)