This sample demonstrates how to use GPT-4o with Vision to extract structured JSON data from PDF documents, such as invoices, using the Azure OpenAI Service.
This pull request contains changes primarily focused on updating the usage of Azure OpenAI from GPT-4 Vision to GPT-4o in both the README.md and Sample.ipynb files. The changes include modifications to the descriptions and instructions for using the OpenAI model, as well as updates to the code snippets to reflect the new model.
Major changes include:
Updating model references:
README.md: Updated references from GPT-4 Vision to GPT-4o, including changes to the description, advantages, and usage of the model.
Changes in instructions:
README.md: Updated instructions for deploying the infrastructure and testing PDF data extraction to reflect the usage of GPT-4o instead of GPT-4 Vision.
Modifications in code snippets:
Sample.ipynb: Updated code snippets to reflect the usage of GPT-4o, including changes to the deployment of Azure resources and the conversion of PDF to image for data extraction.
Please review these changes with the context of the transition from GPT-4 Vision to GPT-4o in Azure OpenAI usage.
Does this introduce a breaking change?
[ ] Yes
[x] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
Purpose
This pull request contains changes primarily focused on updating the usage of Azure OpenAI from GPT-4 Vision to GPT-4o in both the
README.md
andSample.ipynb
files. The changes include modifications to the descriptions and instructions for using the OpenAI model, as well as updates to the code snippets to reflect the new model.Major changes include:
Updating model references:
README.md
: Updated references from GPT-4 Vision to GPT-4o, including changes to the description, advantages, and usage of the model.Changes in instructions:
README.md
: Updated instructions for deploying the infrastructure and testing PDF data extraction to reflect the usage of GPT-4o instead of GPT-4 Vision.Modifications in code snippets:
Sample.ipynb
: Updated code snippets to reflect the usage of GPT-4o, including changes to the deployment of Azure resources and the conversion of PDF to image for data extraction.Please review these changes with the context of the transition from GPT-4 Vision to GPT-4o in Azure OpenAI usage.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
Other Information