Uses of Class
com.azure.ai.formrecognizer.documentanalysis.models.AnalyzeDocumentOptions
Package
Description
Package containing classes for creating a
DocumentAnalysisAsyncClient
and
DocumentAnalysisClient
to perform document analysis operations
on Azure Form Recognizer service.Package containing model classes to perform operations
DocumentAnalysisAsyncClient
and
DocumentAnalysisClient
.-
Uses of AnalyzeDocumentOptions in com.azure.ai.formrecognizer.documentanalysis
Modifier 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
Modifier and TypeMethodDescriptionSet the locale value.Set the custom page numbers for multi-page documents(PDF/TIFF).