Click or drag to resize

TextTranslator Constructor

Default Constructor for TextTranslator.
Initializes a new instance of the TextTranslator class.

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()
Remarks
The constructor sets the whitespace settings to AllWhitespace. The line terminator is \r\n. The character width scaling factor is set to 1. The character height scaling factor is set to .4. The cutoff for determining the number of blank lines is set to .5. The encoding method is set to Unicode.
See Also