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

[FR] Selectionmarks #15248

Merged
4 commits merged into from
Oct 5, 2020
Merged

[FR] Selectionmarks #15248

4 commits merged into from
Oct 5, 2020

Conversation

maririos
Copy link
Member

@maririos maririos commented Sep 17, 2020

Includes additions to:

  • As type in FormField
  • As a list on FormPage
  • As an element type on FieldData/FormTableCell - requires parsing the json pointer
  • Mocking
  • Tests
  • Samples
  • Documentation

Fixes: #14816

Making it draft until I get green light to share the files for training/test selection mark
Test are disabled until we can upload the file here. I created issue #15495 to track that

@maririos
Copy link
Member Author

/azp run net - formrecognizer - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@maririos maririos marked this pull request as ready for review September 28, 2020 19:32
@@ -101,7 +101,7 @@ var client = new FormRecognizerClient(new Uri(endpoint), new DefaultAzureCredent
`FormRecognizerClient` provides operations for:

- Recognizing form fields and content, using custom models trained to recognize your custom forms. These values are returned in a collection of `RecognizedForm` objects. See example [Recognize Custom Forms](#recognize-custom-forms).
- Recognizing form content, including tables, lines and words, without the need to train a model. Form content is returned in a collection of `FormPage` objects. See example [Recognize Content](#recognize-content).
- Recognizing form content, including tables, lines, words, and selection marks like radio buttons and check boxes without the need to train a model. Form content is returned in a collection of `FormPage` objects. See example [Recognize Content](#recognize-content).
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if we should say something about training custom models with labels to recognize selection marks as well

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought about it but looking at Recognizing form fields and content, using custom models trained to recognize your custom forms. makes me think that it already includes it. Although selectionmarks is a new concept, the idea of recognizing fields and content still applies.

[Test]
[TestCase(true)]
[TestCase(false)]
[Ignore("Need to get an approved file to test")]
Copy link
Member

Choose a reason for hiding this comment

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

Are we following up on this?
Is this test still ignored?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. I keep pinging service team about it.
And yes, test is ignored

@maririos
Copy link
Member Author

maririos commented Oct 5, 2020

/azp run net - formrecognizer - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ghost
Copy link

ghost commented Oct 5, 2020

Hello @maririos!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 5f8c32a into Azure:master Oct 5, 2020
@maririos maririos deleted the selectionmarks branch February 8, 2021 19:59
annelo-msft pushed a commit to annelo-msft/azure-sdk-for-net that referenced this pull request Feb 17, 2021
Includes additions to: 
- As type in FormField
- As a list on FormPage
- As an element type on FieldData/FormTableCell - requires parsing the json pointer
- Mocking
- Tests
- Samples
- Documentation

Fixes: Azure#14816

~~Making it draft until I get green light to share the files for training/test selection mark~~
Test are disabled until we can upload the file here. I created issue Azure#15495 to track that
This pull request was closed.
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.

Support selection marks
4 participants