-
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
[DocumentIntelligence] Update SDK samples to print table cell values and print paragraphs by reading order #34686
Conversation
Thank you for your contribution @TakaValley! We will review the pull request and get back to you soon. |
@microsoft-github-policy-service agree [company="MSFT"] |
@microsoft-github-policy-service agree MSFT |
@microsoft-github-policy-service agree company="Microsoft" |
a4e99fa
to
e7ae762
Compare
@YalinLi0312 , can you help with the review? |
sdk/documentintelligence/azure-ai-documentintelligence/samples/helper/utils.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.
@TakaValley Can you remove the helper as we want each sample to be self-contained? After that, it looks good to me.
|
Description
1.add SDK samples for extracting table cell values
2.add samples for sorting paragraphs by right reading order
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines