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 : 抽出結果を含むオブジェクトです。
例外
オプションが設定されていない場合。
名前空間: Documentize アセンブリ: Documentize.dll