Uses of Class
com.azure.ai.formrecognizer.models.RecognizeContentOptions
Packages that use RecognizeContentOptions
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 RecognizeContentOptions in com.azure.ai.formrecognizer
Methods in com.azure.ai.formrecognizer with parameters of type RecognizeContentOptionsModifier 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
Methods in com.azure.ai.formrecognizer.models that return RecognizeContentOptionsModifier 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.