Class TextExtractor
信息
表示 Documentize.TextExtractor 组件。用于从 PDF 文档中提取文本。
[Obsolete("The class will be deleted soon. Please use PdfExtractor class.")]
public static class TextExtractorInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Methods
Process(ExtractTextOptions)
从 PDF 文档中提取文本。
public static string Process(ExtractTextOptions options)Parameters
optionsExtractTextOptions: 包含操作指令的选项对象。
Returns
string : 包含提取结果的对象。
Exceptions
如果未设置 options。
Namespace: Documentize Assembly: Documentize.dll