Skip to content

Commit

Permalink
update changelog and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinaperalta committed Mar 8, 2021
1 parent 9e2a013 commit f00381d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

**New features**

- New methods `begin_recognize_id_documents` and `begin_recognize_id_documents_from_url` introduced to the SDK. Use these methods to recognize data from identity documents.
- Content-type `image/bmp` now supported by custom forms and training methods.

**Dependency Updates**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ def begin_recognize_id_documents(self, id_document, **kwargs):
"""Extract field text and semantic values from a given ID document.
The input document must be of one of the supported content types - 'application/pdf',
'image/jpeg', 'image/png', 'image/tiff' or 'image/bmp'.
Alternatively, use 'application/json' type to specify the location (Uri) of the
document to be analyzed.
See fields found on an ID document here:
https://aka.ms/formrecognizer/TODO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ async def begin_recognize_id_documents(
"""Extract field text and semantic values from a given ID document.
The input document must be of one of the supported content types - 'application/pdf',
'image/jpeg', 'image/png', 'image/tiff' or 'image/bmp'.
Alternatively, use 'application/json' type to specify the location (Uri) of the
document to be analyzed.
See fields found on an ID document here:
https://aka.ms/formrecognizer/TODO
Expand Down

0 comments on commit f00381d

Please sign in to comment.