-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DI] Add samples and update README #34107
Conversation
API change check API changes are not detected in this pull request. |
sdk/documentintelligence/azure-ai-documentintelligence/samples/sample_convert_to_dict.py
Outdated
Show resolved
Hide resolved
...telligence/azure-ai-documentintelligence/samples/sample_analyze_invoices_as_base64_source.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this PR isnt changing anything related to the base64->bytes_source change mentioned in the description. The samples added lgtm!
sdk/documentintelligence/azure-ai-documentintelligence/samples/sample_convert_to_dict.py
Outdated
Show resolved
Hide resolved
sdk/documentintelligence/azure-ai-documentintelligence/samples/sample_convert_to_dict.py
Outdated
Show resolved
Hide resolved
...cumentintelligence/azure-ai-documentintelligence/samples/aio/sample_convert_to_dict_async.py
Outdated
Show resolved
Hide resolved
The base64 rename is already merged in another PR, so I reverted any related changes here. Thanks for your review! |
This PR includes:
Update: we have renamed
base64_source
tobytes_source
and added samples sample_analyze_invoices_from_bytes_source.py and sample_analyze_invoices_from_bytes_source_async.py. So removed base64 samples after first round review.