Click or drag to resize

TextTranslator Constructor (TextWhitespaceMode, String, Single, Single, Encoding, Single)

Initializes a new instance of the TextTranslator class with given parameter values.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TextTranslator(
	TextWhitespaceMode whitespace,
	string lineTerminator,
	float characterSpaceMaximum,
	float lineMergeFactor,
	Encoding encodingMethod,
	float lineSpacingCutOff
)

Parameters

whitespace
Type: Atalasoft.OcrTextWhitespaceMode
indicates how to handle white space
lineTerminator
Type: SystemString
a string value used for line termination
characterSpaceMaximum
Type: SystemSingle
the maximum number of spaces to include in the translated output
lineMergeFactor
Type: SystemSingle
the factor use to determine when to combine lines from multiple zones.
encodingMethod
Type: System.TextEncoding
the text encoding method
lineSpacingCutOff
Type: SystemSingle
the line spacing cutoff
See Also