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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,10 @@ The techniques demonstrated take advantage of various capabilities from each ser
75
75
76
76
This repo also contains a collection of end-to-end use case scenarios that demonstrate how to combine the various samples to create a real-world scenario for document processing.
|**Invoice**|[Python](./samples/python/scenarios/invoices/invoice-extraction.ipynb)\|[.NET](./samples/dotnet/scenarios/invoices/invoice-extraction.ipynb)| Using a structured Invoice object ([Python](./samples/python/modules/samples/models/invoice.py)\|[.NET](./samples/dotnet/modules/samples/models/Invoice.csx)), invoice documents can be extracted into a standard Invoice schema by first classifying which pages to extract from using boundary detection. |
|**Invoice**|[Python](./samples/python/scenarios/invoices/invoice-extraction.ipynb)\|[.NET](./samples/dotnet/scenarios/invoices/invoice-extraction.ipynb)| Using a structured Invoice object ([Python](./samples/python/modules/samples/models/invoice.py)\|[.NET](./samples/dotnet/modules/samples/models/Invoice.csx)), invoice documents can be extracted into a standard Invoice schema by first classifying which pages to extract from using boundary detection. |
81
+
|**US Tax 1040**|[Python](./samples/python/scenarios/us_tax/us-tax-1040-extraction.ipynb)| Using Azure AI Document Intelligence prebuilt-tax.us.1040 models, US Tax 1040 documents can be extracted into a standard schema for each form type by first classifying which pages to extract from using boundary detection with Azure OpenAI. |
|[**Invoice**](./invoices/invoice-extraction.ipynb)| Using a [structured Invoice object](../modules/samples/models/invoice.py), invoice documents can be extracted into a standard Invoice schema by first classifying which pages to extract from using boundary detection. |
|[**Invoice**](./invoices/invoice-extraction.ipynb)| Using a [structured Invoice object](../modules/samples/models/invoice.py), invoice documents can be extracted into a standard Invoice schema by first classifying which pages to extract from using boundary detection. |
10
+
|[**US Tax 1040**](./us_tax/us-tax-1040-extraction.ipynb)| Using Azure AI Document Intelligence prebuilt-tax.us.1040 models, US Tax 1040 documents can be extracted into a standard schema for each form type by first classifying which pages to extract from using boundary detection with Azure OpenAI. |
0 commit comments