Uses of Class
com.azure.ai.formrecognizer.models.RecognizeIdentityDocumentOptions
Package
Description
Package containing classes for creating a
FormRecognizerClient
to
perform operations on Azure Form RecognizerPackage containing classes for FormRecognizerClient.
-
Uses of RecognizeIdentityDocumentOptions in com.azure.ai.formrecognizer
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,
List<RecognizedForm>> FormRecognizerAsyncClient.beginRecognizeIdentityDocuments
(Flux<ByteBuffer> identityDocument, long length, RecognizeIdentityDocumentOptions recognizeIdentityDocumentOptions) Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,
List<RecognizedForm>> FormRecognizerClient.beginRecognizeIdentityDocuments
(InputStream identityDocument, long length, RecognizeIdentityDocumentOptions recognizeIdentityDocumentOptions, com.azure.core.util.Context context) Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.com.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,
List<RecognizedForm>> FormRecognizerAsyncClient.beginRecognizeIdentityDocumentsFromUrl
(String identityDocumentUrl, RecognizeIdentityDocumentOptions recognizeIdentityDocumentOptions) Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,
List<RecognizedForm>> FormRecognizerClient.beginRecognizeIdentityDocumentsFromUrl
(String identityDocumentUrl, RecognizeIdentityDocumentOptions recognizeIdentityDocumentOptions, com.azure.core.util.Context context) Analyze identity documents using optical character recognition (OCR) and a prebuilt model trained on identity documents model to extract key information from passports and US driver licenses. -
Uses of RecognizeIdentityDocumentOptions in com.azure.ai.formrecognizer.models
Modifier and TypeMethodDescriptionRecognizeIdentityDocumentOptions.setContentType
(FormContentType contentType) Set the type of the form.RecognizeIdentityDocumentOptions.setFieldElementsIncluded
(boolean includeFieldElements) Set the boolean which specifies if to include form element references in the result.Set the custom page numbers for multi-page documents(PDF/TIFF).