Class TextExtractor
信息
表示 Documentize.TextExtractor 插件。用于从 PDF 文档中提取文本。
[Obsolete("The class will be deleted soon. Please use PdfExtractor class.")]
public static class TextExtractor继承
继承成员
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
方法
Process(ExtractTextOptions)
从 PDF 文档中提取文本。
public static string Process(ExtractTextOptions options)参数
optionsExtractTextOptions: 包含操作指令的选项对象。
返回值
string : 包含提取结果的对象。
异常
如果未设置 options。
命名空间: Documentize 程序集: Documentize.dll