Uses of Class
com.azure.ai.formrecognizer.models.RecognizeContentOptions
Package
Description
Package containing classes for creating a
FormRecognizerClient
to
perform operations on Azure Form RecognizerPackage containing classes for FormRecognizerClient.
-
Uses of RecognizeContentOptions in com.azure.ai.formrecognizer
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,
List<FormPage>> FormRecognizerAsyncClient.beginRecognizeContent
(Flux<ByteBuffer> form, long length, RecognizeContentOptions recognizeContentOptions) Recognizes content/layout data using optical character recognition (OCR).com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,
List<FormPage>> FormRecognizerClient.beginRecognizeContent
(InputStream form, long length, RecognizeContentOptions recognizeContentOptions, com.azure.core.util.Context context) Recognizes content/layout data from the provided document data using optical character recognition (OCR).com.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,
List<FormPage>> FormRecognizerAsyncClient.beginRecognizeContentFromUrl
(String formUrl, RecognizeContentOptions recognizeContentOptions) Recognizes layout data from documents using optical character recognition (OCR) and a custom trained model.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,
List<FormPage>> FormRecognizerClient.beginRecognizeContentFromUrl
(String formUrl, RecognizeContentOptions recognizeContentOptions, com.azure.core.util.Context context) Recognizes content/layout data using optical character recognition (OCR). -
Uses of RecognizeContentOptions in com.azure.ai.formrecognizer.models
Modifier and TypeMethodDescriptionRecognizeContentOptions.setContentType
(FormContentType contentType) Set the type of the form.RecognizeContentOptions.setLanguage
(FormRecognizerLanguage language) Set the BCP-47 language code of the text in the document.Set the custom page numbers for multi-page documents(PDF/TIFF).RecognizeContentOptions.setPollInterval
(Duration pollInterval) Set the duration between each poll for the operation status.RecognizeContentOptions.setReadingOrder
(FormReadingOrder readingOrder) Specifies the order in which recognized text lines are returned.