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

Design for features in Preview.2 #17799

Closed
maririos opened this issue Jan 6, 2021 · 3 comments
Closed

Design for features in Preview.2 #17799

maririos opened this issue Jan 6, 2021 · 3 comments
Assignees
Labels
blocking-release Blocks release Client This issue points to a problem in the data-plane of the library. Cognitive - Form Recognizer

Comments

@maririos
Copy link
Member

maririos commented Jan 6, 2021

This includes:

  • Appearance, Style, TextStyle
  • Page range or pages
@maririos maririos added blocking-release Blocks release Client This issue points to a problem in the data-plane of the library. Cognitive - Form Recognizer labels Jan 6, 2021
@maririos maririos added this to the [2021] February milestone Jan 6, 2021
@maririos
Copy link
Member Author

Other issue #17813

@maririos maririos self-assigned this Jan 20, 2021
@maririos
Copy link
Member Author

maririos commented Jan 25, 2021

For Appearance, design is:

FormPage{
 ...
 List<FormLine> Lines
}
FormLine {
  List<FormWord> Words
  TextAppearance Appearance
}
TextAppearance{
  TextStyle Style
  TextFont Font
}
TextStyle {
  StyleName Name
  float Confidence
}

PR #18233

@maririos
Copy link
Member Author

maririos commented Jan 25, 2021

Current proposal for Page range or pages is to change to IList<string> Pages

PR #18260

@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocking-release Blocks release Client This issue points to a problem in the data-plane of the library. Cognitive - Form Recognizer
Projects
None yet
Development

No branches or pull requests

1 participant