BlobIndexerPdfTextRotationAlgorithm Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines algorithm for text extraction from PDF files in Azure blob storage.
public readonly struct BlobIndexerPdfTextRotationAlgorithm : IEquatable<Azure.Search.Documents.Indexes.Models.BlobIndexerPdfTextRotationAlgorithm>
type BlobIndexerPdfTextRotationAlgorithm = struct
Public Structure BlobIndexerPdfTextRotationAlgorithm
Implements IEquatable(Of BlobIndexerPdfTextRotationAlgorithm)
- Inheritance
-
BlobIndexerPdfTextRotationAlgorithm
- Implements
Constructors
BlobIndexerPdfTextRotationAlgorithm(String) |
Initializes a new instance of BlobIndexerPdfTextRotationAlgorithm. |
Properties
DetectAngles |
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. |
None |
Leverages normal text extraction. This is the default. |
Methods
Equals(BlobIndexerPdfTextRotationAlgorithm) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BlobIndexerPdfTextRotationAlgorithm, BlobIndexerPdfTextRotationAlgorithm) |
Determines if two BlobIndexerPdfTextRotationAlgorithm values are the same. |
Implicit(String to BlobIndexerPdfTextRotationAlgorithm) |
Converts a string to a BlobIndexerPdfTextRotationAlgorithm. |
Inequality(BlobIndexerPdfTextRotationAlgorithm, BlobIndexerPdfTextRotationAlgorithm) |
Determines if two BlobIndexerPdfTextRotationAlgorithm values are not the same. |
Applies to
Azure SDK for .NET