Skip to content

Commit 1196618

Browse files
committed
Refine README descriptions for document extraction samples
1 parent 64320cc commit 1196618

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ The techniques demonstrated take advantage of various capabilities from each ser
6666
| Sample | Link | Description | Example Use Cases |
6767
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
6868
| Text-based Extraction with Azure AI Document Intelligence and Azure OpenAI GPT-4o | [Python](./samples/python/extraction/text/document-extraction-gpt.ipynb) \| [.NET](./samples/dotnet/extraction/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. |
69-
| Text-based Extraction with Azure AI Document Intelligence and Microsoft Phi-4 | [Python](./samples/python/extraction/text/document-extraction-phi.ipynb) \| [.NET](./samples/dotnet/extraction/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. |
70-
| Vision-based Extraction with Azure OpenAI GPT-4o | [Python](./samples/python/extraction/vision/document-extraction-gpt-vision.ipynb) \| [.NET](./samples/dotnet/extraction/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. |
69+
| Text-based Extraction with Azure AI Document Intelligence and Microsoft Phi | [Python](./samples/python/extraction/text/document-extraction-phi.ipynb) \| [.NET](./samples/dotnet/extraction/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. |
70+
| Vision-based Extraction with Azure OpenAI GPT-4o GPT-4o | [Python](./samples/python/extraction/vision/document-extraction-gpt-vision.ipynb) \| [.NET](./samples/dotnet/extraction/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. |
7171
| Multi-Modal (Text and Vision) Extraction with Azure AI Document Intelligence and Azure OpenAI GPT-4o | [Python](./samples/python/extraction/multimodal/document-extraction-gpt-text-and-vision.ipynb) \| [.NET](./samples/dotnet/extraction/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. |
7272

7373
## Getting Started

samples/dotnet/extraction/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ This folder contains samples that demonstrate how to extract structured data fro
99
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
1010
| [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. |
1111
| [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](./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. |
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. |
1313
| [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. |

samples/python/extraction/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ This folder contains samples that demonstrate how to extract structured data fro
99
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
1010
| [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. |
1111
| [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](./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. |
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. |
1313
| [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. |

0 commit comments

Comments
 (0)