Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 1.61 KB

InsuranceClaimAutomation.md

File metadata and controls

26 lines (15 loc) · 1.61 KB

Insurance Claim Automation

alt text

An example of Robotic Process Automation (RPA), leveraging Custom Vision and Form Recognizer to illustrate automating the validation of insurance claims.

Important notes

To enable this demo you should provide the following keys:

Settings page:

  • Custom Vision API Training/Prediction Keys.

Code behind - InsuranceClaimAutomation:

  • Custom Vision Object Detection and Classification Model ID for your particular business scenario.
  • Form Recognizer API key and endpoint.
  • Form Recognizer Model ID. See how to create your own Form Recognizer Model here.

Key Source Code

  • InsuranceClaimAutomation: Main page that drives the demo. It hosts the InputPickerControl to select the product and form image, analyzes those images and shows the result in the result table.

  • InputPickerControl: A control used for collecting input images – from Bing Images, local files or camera captures.

  • VisualAlertBuilderWizardControl: A control used to display details of the particular claim: the detected object in the product image and the extracted form fields.