You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Vision-based Classification with Azure OpenAI GPT-4o](./document-classification-gpt-vision.ipynb)| Use Azure OpenAI GPT-4o models to classify documents using their built-in vision capabilities.| Processing multiple documents types or documents with varying purposes, such as contracts, legal documents, and emails. |
7
+
|[Vision-based Classification with Azure OpenAI GPT-4.1](./document-classification-gpt-vision.ipynb)| Use Azure OpenAI GPT-4.1 models to classify documents using their built-in vision capabilities. | Processing multiple documents types or documents with varying purposes, such as contracts, legal documents, and emails. |
8
8
|[Semantic Similarity Classification with Vector Embeddings](./document-classification-text-embeddings.ipynb)| Use Azure OpenAI embedding models to convert document text and classify them based on similarity to pre-defined classification lists | Processing multiple documents types or documents with varying purposes, such as contracts, legal documents, and emails. |
Copy file name to clipboardExpand all lines: samples/dotnet/extraction/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ This folder contains samples that demonstrate how to extract structured data fro
5
5
> [!NOTE]
6
6
> All data extraction samples provide both an accuracy and confidence score for the extracted data. The accuracy score is calculated based on the similarity between the extracted data and the ground truth data. The confidence score can be calculated based on OCR analysis confidence and `logprobs` in Azure OpenAI responses.
|[Text-based Extraction with Azure AI Document Intelligence and Azure OpenAI GPT-4o](./text/document-extraction-gpt.ipynb)| Use Azure AI Document Intelligence `prebuilt-layout` and Azure OpenAI GPT models to extract structured data from documents using text. | Predominantly text-based documents such as invoices, receipts, and forms. |
11
-
|[Text-based Extraction with Azure AI Document Intelligence and Microsoft Phi](./text/document-extraction-phi.ipynb)| Use Azure AI Document Intelligence `prebuilt-layout` and Microsoft's Phi models to extract structured data from documents using text. | Predominantly text-based documents such as invoices, receipts, and forms. |
12
-
|[Vision-based Extraction with Azure OpenAI GPT-4o](./vision/document-extraction-gpt-vision.ipynb)| Use Azure OpenAI GPT-4o models to extract structured data from documents using vision capabilities.| Complex documents with a mix of text and images, including diagrams, signatures, selection marks, etc. such as reports and contracts. |
13
-
|[Multi-Modal (Text and Vision) Extraction with Azure AI Document Intelligence and Azure OpenAI GPT-4o](./multimodal/document-extraction-gpt-text-and-vision.ipynb)| Improve the accuracy and confidence in extracting structured data from documents by combining text and images with LLMs. | Any structured or unstructured document type. |
|[Text-based Extraction with Azure AI Document Intelligence and Azure OpenAI GPT-4.1](./text/document-extraction-gpt.ipynb)| Use Azure AI Document Intelligence `prebuilt-layout` and Azure OpenAI GPT models to extract structured data from documents using text. | Predominantly text-based documents such as invoices, receipts, and forms. |
11
+
|[Text-based Extraction with Azure AI Document Intelligence and Microsoft Phi](./text/document-extraction-phi.ipynb)| Use Azure AI Document Intelligence `prebuilt-layout` and Microsoft's Phi models to extract structured data from documents using text. | Predominantly text-based documents such as invoices, receipts, and forms. |
12
+
|[Vision-based Extraction with Azure OpenAI GPT-4.1](./vision/document-extraction-gpt-vision.ipynb)| Use Azure OpenAI GPT-4.1 models to extract structured data from documents using vision capabilities. | Complex documents with a mix of text and images, including diagrams, signatures, selection marks, etc. such as reports and contracts. |
13
+
|[Multi-Modal (Text and Vision) Extraction with Azure AI Document Intelligence and Azure OpenAI GPT-4.1](./multimodal/document-extraction-gpt-text-and-vision.ipynb)| Improve the accuracy and confidence in extracting structured data from documents by combining text and images with LLMs. | Any structured or unstructured document type. |
0 commit comments