CustomExtractor

ExtractionOptions.CustomExtractor property

Gets or sets the custom text extractor. The default value is null.

public IFieldExtractor CustomExtractor { get; set; }

Property Value

The custom text extractor.

See Also