Uses of Class
com.azure.ai.formrecognizer.models.RecognizeBusinessCardsOptions
Package
Description
Azure Form Recognizer
is a cloud-based service provided by Microsoft Azure that utilizes machine learning to extract information
from various types of forms.
Package containing the data models for FormRecognizerClient.
-
Uses of RecognizeBusinessCardsOptions in com.azure.ai.formrecognizer
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,
List<RecognizedForm>> FormRecognizerAsyncClient.beginRecognizeBusinessCards
(Flux<ByteBuffer> businessCard, long length, RecognizeBusinessCardsOptions recognizeBusinessCardsOptions) Recognizes business card data from documents using optical character recognition (OCR) and a prebuilt business card trained model.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,
List<RecognizedForm>> FormRecognizerClient.beginRecognizeBusinessCards
(InputStream businessCard, long length, RecognizeBusinessCardsOptions recognizeBusinessCardsOptions, com.azure.core.util.Context context) Recognizes business card data from the provided document data using optical character recognition (OCR) and a prebuilt trained business card model.com.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,
List<RecognizedForm>> FormRecognizerAsyncClient.beginRecognizeBusinessCardsFromUrl
(String businessCardUrl, RecognizeBusinessCardsOptions recognizeBusinessCardsOptions) Recognizes business card data using optical character recognition (OCR) and a prebuilt business card trained model.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,
List<RecognizedForm>> FormRecognizerClient.beginRecognizeBusinessCardsFromUrl
(String businessCardUrl, RecognizeBusinessCardsOptions recognizeBusinessCardsOptions, com.azure.core.util.Context context) Recognizes business card data from documents using optical character recognition (OCR) and a prebuilt business card trained model. -
Uses of RecognizeBusinessCardsOptions in com.azure.ai.formrecognizer.models
Modifier and TypeMethodDescriptionRecognizeBusinessCardsOptions.setContentType
(FormContentType contentType) Set the type of the form.RecognizeBusinessCardsOptions.setFieldElementsIncluded
(boolean includeFieldElements) Set the boolean which specifies if to include form element references in the result.RecognizeBusinessCardsOptions.setLocale
(FormRecognizerLocale locale) Set the locale value.Set the custom page numbers for multi-page documents(PDF/TIFF).