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] adds samples for labeled tables and addresses sample/doc feedback #18409

Merged
merged 5 commits into from
Apr 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add snippet about where to find data in RecognizedForm docstring
  • Loading branch information
kristapratico committed Apr 27, 2021
commit e50c0c2b8a12396cc1b1496996c08193d886e50c
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ def __init__(self, **kwargs):

class RecognizedForm(object):
"""Represents a form that has been recognized by a trained or prebuilt model.
The `fields` property contains the form fields that were extracted from the
maririos marked this conversation as resolved.
Show resolved Hide resolved
form. Tables, text lines/words, and selection marks are extracted per page
and found in the `pages` property.
:ivar str form_type:
The type of form the model identified the submitted form to be.
Expand Down