Class BlobIndexerPdfTextRotationAlgorithm

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlobIndexerPdfTextRotationAlgorithm>
com.azure.search.documents.indexes.models.BlobIndexerPdfTextRotationAlgorithm
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class BlobIndexerPdfTextRotationAlgorithm extends com.azure.core.util.ExpandableStringEnum<BlobIndexerPdfTextRotationAlgorithm>
Determines algorithm for text extraction from PDF files in Azure blob storage.
  • Field Details

    • NONE

      public static final BlobIndexerPdfTextRotationAlgorithm NONE
      Leverages normal text extraction. This is the default.
    • DETECT_ANGLES

      public static final BlobIndexerPdfTextRotationAlgorithm DETECT_ANGLES
      May produce better and more readable text extraction from PDF files that have rotated text within them. Note that there may be a small performance speed impact when this parameter is used. This parameter only applies to PDF files, and only to PDFs with embedded text. If the rotated text appears within an embedded image in the PDF, this parameter does not apply.
  • Constructor Details

    • BlobIndexerPdfTextRotationAlgorithm

      @Deprecated public BlobIndexerPdfTextRotationAlgorithm()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of BlobIndexerPdfTextRotationAlgorithm value.
  • Method Details

    • fromString

      public static BlobIndexerPdfTextRotationAlgorithm fromString(String name)
      Creates or finds a BlobIndexerPdfTextRotationAlgorithm from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding BlobIndexerPdfTextRotationAlgorithm.
    • values

      Gets known BlobIndexerPdfTextRotationAlgorithm values.
      Returns:
      known BlobIndexerPdfTextRotationAlgorithm values.