Class TextExtractor

信息

表示 Documentize.TextExtractor 组件。用于从 PDF 文档中提取文本。

[Obsolete("The class will be deleted soon. Please use PdfExtractor class.")]
public static class TextExtractor

Inheritance

objectTextExtractor

Inherited Members

Methods

Process(ExtractTextOptions)

从 PDF 文档中提取文本。

public static string Process(ExtractTextOptions options)

Parameters

Returns

string : 包含提取结果的对象。

Exceptions

ArgumentException

如果未设置 options。

Namespace: Documentize Assembly: Documentize.dll

 中文