Share via


Study guide for the Applied Skills assessment lab: Create an intelligent document processing solution with Azure AI Document Intelligence

Warning

This credential will retire on June 20, 2025. You will no longer be able to earn this credential after this date.

Purpose of this document

This study guide provides a summary of the topics covered in the assessment lab, along with additional resources to help you prepare. Note that the learning path on the credential details page may include more modules than the "Tasks performed" to provide a cohesive learning experience.

Tasks at a glance

Create and configure resources

Configure model endpoints for document types

  • Choose when to use invoice versus receipt versus OCR

  • Get the endpoint and key for the resource from the portal

  • Enter the endpoint URL

    Supporting module (s):

Extract key value pairs

  • Manually analyze file by using the Document Intelligence Studio

  • Remove key value pairs that have a confidence level below NN%

    Supporting module (s):

Create a template-based custom model

  • Configure Document Intelligence Studio and connect it to the Azure resource

  • Label key value pairs on documents by using Document Intelligence Studio

  • Compose and test a model

  • Deploy a model

  • Create a custom Document Intelligence project

    Supporting module (s):

Programmatically analyze data in form

  • Retrieve the endpoint for a model

  • Download a set of documents from a storage endpoint

  • Send documents to a model

  • Process results of a model to perform a calculation, such as a total

  • Provide a list of all instances of a specific property in the set of documents

  • Download a set of documents from a storage endpoint

  • Send documents to the Read OCR model

  • Send extracted text to Language service

    Supporting module (s):