Uses of Class
com.azure.search.documents.indexes.models.BlobIndexerPdfTextRotationAlgorithm
Packages that use BlobIndexerPdfTextRotationAlgorithm
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of BlobIndexerPdfTextRotationAlgorithm in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as BlobIndexerPdfTextRotationAlgorithmModifier and TypeFieldDescriptionstatic final BlobIndexerPdfTextRotationAlgorithmBlobIndexerPdfTextRotationAlgorithm.DETECT_ANGLESMay produce better and more readable text extraction from PDF files that have rotated text within them.static final BlobIndexerPdfTextRotationAlgorithmBlobIndexerPdfTextRotationAlgorithm.NONELeverages normal text extraction.Methods in com.azure.search.documents.indexes.models that return BlobIndexerPdfTextRotationAlgorithmModifier and TypeMethodDescriptionBlobIndexerPdfTextRotationAlgorithm.fromString(String name) Creates or finds a BlobIndexerPdfTextRotationAlgorithm from its string representation.IndexingParametersConfiguration.getPdfTextRotationAlgorithm()Get the pdfTextRotationAlgorithm property: Determines algorithm for text extraction from PDF files in Azure blob storage.Methods in com.azure.search.documents.indexes.models that return types with arguments of type BlobIndexerPdfTextRotationAlgorithmModifier and TypeMethodDescriptionBlobIndexerPdfTextRotationAlgorithm.values()Gets known BlobIndexerPdfTextRotationAlgorithm values.Methods in com.azure.search.documents.indexes.models with parameters of type BlobIndexerPdfTextRotationAlgorithmModifier and TypeMethodDescriptionIndexingParametersConfiguration.setPdfTextRotationAlgorithm(BlobIndexerPdfTextRotationAlgorithm pdfTextRotationAlgorithm) Set the pdfTextRotationAlgorithm property: Determines algorithm for text extraction from PDF files in Azure blob storage.