@@ -78,9 +78,8 @@ def begin_analyze_document(self, model, document, **kwargs):
7878 """Analyze field text and semantic values from a given document.
7979
8080 :param str model: A unique model identifier can be passed in as a string.
81- Use this to specify the custom model ID or prebuilt model ID. Prebuilt model IDs to use are:
82- "prebuilt-receipt", "prebuilt-invoice", "prebuilt-idDocument", "prebuilt-businessCard",
83- "prebuilt-document", "prebuilt-layout".
81+ Use this to specify the custom model ID or prebuilt model ID. Prebuilt model IDs supported
82+ can be found here: https://aka.ms/azsdk/formrecognizer/models
8483 :param document: JPEG, PNG, PDF, TIFF, or BMP type file stream or bytes.
8584 :type document: bytes or IO[bytes]
8685 :keyword str pages: Custom page numbers for multi-page documents(PDF/TIFF). Input the page numbers
@@ -134,9 +133,8 @@ def begin_analyze_document_from_url(self, model, document_url, **kwargs):
134133 The input must be the location (URL) of the document to be analyzed.
135134
136135 :param str model: A unique model identifier can be passed in as a string.
137- Use this to specify the custom model ID or prebuilt model ID. Prebuilt model IDs to use are:
138- "prebuilt-receipt", "prebuilt-invoice", "prebuilt-idDocument", "prebuilt-businessCard",
139- "prebuilt-document", "prebuilt-layout".
136+ Use this to specify the custom model ID or prebuilt model ID. Prebuilt model IDs supported
137+ can be found here: https://aka.ms/azsdk/formrecognizer/models
140138 :param str document_url: The URL of the document to analyze. The input must be a valid, encoded, and
141139 publicly accessible URL of one of the supported formats: JPEG, PNG, PDF, TIFF, or BMP.
142140 :keyword str pages: Custom page numbers for multi-page documents(PDF/TIFF). Input the page numbers
0 commit comments