Class TextExtractionOptions
Represents text extraction options
public sealed class TextExtractionOptions : TextOptions
Constructors
Name | Description |
---|
TextExtractionOptions(TextFormattingMode) | Initializes new instance of the TextExtractionOptions object for the specified text formatting mode. |
Properties
Name | Description |
---|
FormattingMode { get; set; } | Gets formatting mode. |
ScaleFactor { get; set; } | Gets or sets factor that will be applied to scale font size during extraction in pure mode. Setting of less value leads to more spaces in the extracted text. Default value is 1 - no scaling; Setting value to zero allows algorithm choose scaling automatically. |
See Also