Skip to content

Commit 976cf87

Browse files
authored
how it works
1 parent d13a703 commit 976cf87

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Last updated: 2025-05-20
1212

1313
----------
1414

15+
> [!IMPORTANT]
16+
> This example is based on a `public network site and is intended for demonstration purposes only`. It showcases how several Azure resources can work together to achieve the desired result. Consider the section below about [Important Considerations for Production Environment](#important-considerations-for-production-environment). Please note that `these demos are intended as a guide and are based on my personal experiences. For official guidance, support, or more detailed information, please refer to Microsoft's official documentation or contact Microsoft directly`: [Microsoft Sales and Support](https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME)
17+
1518
<details>
1619
<summary><b>List of References</b> (Click to expand)</summary>
1720

@@ -41,6 +44,12 @@ Last updated: 2025-05-20
4144

4245
</details>
4346

47+
> How to parse PDFs from an Azure Storage Account, process them using a Open Framework (needs manual configuration), and store the results in Cosmos DB for further analysis. <br/> <br/>
48+
>
49+
> 1. Upload your PDFs to an Azure Blob Storage container. <br/>
50+
> 2. An Azure Function is triggered by the upload, which uses an Open Framework, and multiple customizations as part of an API call to analyze the PDFs. <br/>
51+
> 3. The extracted data is parsed and subsequently stored in a Cosmos DB database, ensuring a seamless and automated workflow from document upload to data storage.
52+
4453
> [!NOTE]
4554
> Limitations of this approach: <br/>
4655
>

0 commit comments

Comments
 (0)