Start by uploading your insurance contract documents to Azure Blob, then StorageSet up Azure Document Intelligence to extract key information and preprocess your contract documents.
Retrieve the extracted information from Azure Document Intelligence.
use Azure OpenAI's text summarization capabilities into your workflow. You can leverage models like GPT-3, which can be fine-tuned for specific tasks.
Fine-tune the Azure OpenAI model using a dataset of summarized contract documents, and finally Develop a script or application that interfaces with the Azure OpenAI API. Provide the extracted text from your contract documents as input and request summaries from the fine-tuned model.
If you find this answer usefull kindly upvote and accept for any assistance ping here thanks much.