Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeDocumentOptions
Packages that use AnalyzeDocumentOptions
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 documents.
Package containing the data models for FormRecognizerClient.
-
Uses of AnalyzeDocumentOptions in com.azure.ai.formrecognizer.documentanalysis
Methods in com.azure.ai.formrecognizer.documentanalysis with parameters of type AnalyzeDocumentOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<OperationResult,AnalyzeResult> DocumentAnalysisAsyncClient.beginAnalyzeDocument(String modelId, com.azure.core.util.BinaryData document, AnalyzeDocumentOptions analyzeDocumentOptions) Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.com.azure.core.util.polling.SyncPoller<OperationResult,AnalyzeResult> DocumentAnalysisClient.beginAnalyzeDocument(String modelId, com.azure.core.util.BinaryData document, AnalyzeDocumentOptions analyzeDocumentOptions, com.azure.core.util.Context context) Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.com.azure.core.util.polling.PollerFlux<OperationResult,AnalyzeResult> DocumentAnalysisAsyncClient.beginAnalyzeDocumentFromUrl(String modelId, String documentUrl, AnalyzeDocumentOptions analyzeDocumentOptions) Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model.com.azure.core.util.polling.SyncPoller<OperationResult,AnalyzeResult> DocumentAnalysisClient.beginAnalyzeDocumentFromUrl(String modelId, String documentUrl, AnalyzeDocumentOptions analyzeDocumentOptions, com.azure.core.util.Context context) Analyzes data from documents with optical character recognition (OCR) and semantic values from a given document using any of the prebuilt models or a custom-built analysis model. -
Uses of AnalyzeDocumentOptions in com.azure.ai.formrecognizer.documentanalysis.models
Methods in com.azure.ai.formrecognizer.documentanalysis.models that return AnalyzeDocumentOptionsModifier and TypeMethodDescriptionAnalyzeDocumentOptions.setDocumentAnalysisFeatures(DocumentAnalysisFeature... documentAnalysisFeatures) Set optional analysis features.AnalyzeDocumentOptions.setDocumentAnalysisFeatures(List<DocumentAnalysisFeature> documentAnalysisFeatures) Set the list of optional analysis features.Set the locale value.Set the custom page numbers for multipage documents(PDF/TIFF).