Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobIndexerPdfTextRotationAlgorithm 结构

定义

确定从 Azure Blob 存储中的 PDF 文件提取文本的算法。

public readonly struct BlobIndexerPdfTextRotationAlgorithm : IEquatable<Azure.Search.Documents.Indexes.Models.BlobIndexerPdfTextRotationAlgorithm>
type BlobIndexerPdfTextRotationAlgorithm = struct
Public Structure BlobIndexerPdfTextRotationAlgorithm
Implements IEquatable(Of BlobIndexerPdfTextRotationAlgorithm)
继承
BlobIndexerPdfTextRotationAlgorithm
实现

构造函数

BlobIndexerPdfTextRotationAlgorithm(String)

初始化 BlobIndexerPdfTextRotationAlgorithm 的新实例。

属性

DetectAngles

可以从 PDF 文件中旋转文本生成更好、更易读的文本提取。 请注意,使用此参数时,可能会对性能速度产生较小的影响。 此参数仅适用于 PDF 文件,仅适用于嵌入文本的 PDF。 如果旋转的文本显示在 PDF 中的嵌入图像中,则此参数不适用。

None

利用普通文本提取。 这是默认值。

方法

Equals(BlobIndexerPdfTextRotationAlgorithm)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(BlobIndexerPdfTextRotationAlgorithm, BlobIndexerPdfTextRotationAlgorithm)

确定两个 BlobIndexerPdfTextRotationAlgorithm 值是否相同。

Implicit(String to BlobIndexerPdfTextRotationAlgorithm)

将字符串转换为 BlobIndexerPdfTextRotationAlgorithm

Inequality(BlobIndexerPdfTextRotationAlgorithm, BlobIndexerPdfTextRotationAlgorithm)

确定两个 BlobIndexerPdfTextRotationAlgorithm 值是否不同。

适用于