Skip to content
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

[formrecognizer] initial selection marks #14024

Merged
merged 10 commits into from
Oct 16, 2020
Merged

[formrecognizer] initial selection marks #14024

merged 10 commits into from
Oct 16, 2020

Conversation

kristapratico
Copy link
Member

@kristapratico kristapratico commented Sep 25, 2020

kristapratico and others added 7 commits October 6, 2020 09:10
…into fr-selection-marks

* 'master' of https://github.com/Azure/azure-sdk-for-python:
  [form recognizer] Add selection forms (#14511)
  Update Azure.Identity and KeyVault codeowners (#14470)
  Minimize packages installed for depends test (#13957)
  Change name to <entity>_name naming for remaining "name" parameters in AdministrationClient to normalize with existing naming schemes. (#14393)
@iscai-msft iscai-msft marked this pull request as ready for review October 15, 2020 19:52
@@ -408,6 +415,13 @@ def assertFormPagesHasValues(self, pages):
self.assertBoundingBoxHasPoints(cell.bounding_box)
self.assertFieldElementsHasValues(cell.field_elements, page.page_number)

if page.selection_marks:
for selection_mark in page.selection_marks:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we leave Text empty, should we check here that no one assigned a value to it?

maririos
maririos previously approved these changes Oct 15, 2020
@iscai-msft iscai-msft merged commit 2fed5b9 into master Oct 16, 2020
@iscai-msft iscai-msft deleted the fr-selection-marks branch October 16, 2020 15:38
iscai-msft added a commit to iscai-msft/azure-sdk-for-python that referenced this pull request Oct 20, 2020
…into add_business_multipage_tests

* 'master' of https://github.com/Azure/azure-sdk-for-python: (24 commits)
  samples updates from other branch (Azure#14598)
  [form recognizer] add multipage business card form (Azure#14613)
  Remove extra newline at the end of the file (Azure#14608)
  Update .gitignore (Azure#14609)
  Enable the link check for link verification step. (Azure#14604)
  Switch the content from array to string. (Azure#14576)
  [Fileshare] Added support for set share properties including access tier (Azure#14355)
  [EventHubs & ServiceBus] add python3.9 support (Azure#14301)
  Add parse_key_vault_certificate_id method and tests (Azure#14518)
  Enable Codespaces. (Azure#14564)
  Failed the anchor links with Uppercase. (Azure#14535)
  Sync eng/common directory with azure-sdk-tools for PR 1091 (Azure#14550)
  Only check the touched markdown files in PR for the Verify link step (Azure#14466)
  [formrecognizer] add logic to set page_number on `ContactNames` field (Azure#14552)
  update deps for multiapi (Azure#14534)
  add sample tests for business cards and model compose (Azure#14515)
  Ma accept str for datetime (Azure#14517)
  Fix anchor links so they work when converting to html
  [formrecognizer] initial selection marks (Azure#14024)
  Mypy Compatibilty for EventGrid (Azure#14344)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants