We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83015db commit beb39f2Copy full SHA for beb39f2
1 file changed
README.md
@@ -595,7 +595,7 @@ Within the Storage Account, create a Blob Container to store your PDFs.
595
596
- Now we need to update the function code to extract data from PDFs and store it in Cosmos DB, use this an example:
597
598
- > 1. **PDF Upload**: A PDF is uploaded to the Azure Blob Storage container named `pdfinvoices`.
+ > 1. **PDF Upload**: A PDF is uploaded to the Azure Blob Storage container.
599
> 2. **Trigger Azure Function**: The upload triggers the Azure Function `BlobTriggerContosoPDFInvoicesDocIntelligence`.
600
> 3. **Initialize Clients**: Sets up connections to Document Intelligence and Cosmos DB. <br/>
601
> - The function initializes the `DocumentAnalysisClient` to interact with Azure Document Intelligence. <br/>
0 commit comments