Class TextExtractor
Info
Represents Documentize.TextExtractor plugin. Used to extract text from PDF documents.
[Obsolete("Please use PdfExtractor class. The class will be deleted soon.")]
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)
Extract text from PDF document.
public static ResultContainer Process(ExtractTextOptions options)Parameters
optionsExtractTextOptions: An options object containing instructions for the operation.
Returns
ResultContainer : An object containing the result of the extraction.
Exceptions
If options not set.
Namespace: Documentize Assembly: Documentize.dll